Skip to content

Commit d73c05c

Browse files
author
Tomas Kummer
committed
replace omp/lodestar
1 parent 88d59f2 commit d73c05c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

deployment/templates/gitlab-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
kind: Secret
44
metadata:
5-
name: omp-gitlab-configuration
5+
name: lodestar-gitlab-configuration
66
type: Opaque
77
stringData:
88
CONFIG_REPOSITORY_ID: "{{ .Values.configRepositoryId }}"

deployment/values-dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: omp-git-api
1+
name: lodestar-git-api
22
development: true
33

44
servicePort: 8080
55

6-
imageName: "omp-git-api"
6+
imageName: "lodestar-git-api"
77
imageTag: "latest"
88

99
builderImage: registry.access.redhat.com/ubi8/openjdk-11
1010
builderImageTag: 1.3
1111

1212
git:
13-
uri: https://github.com/rht-labs/open-management-portal-git-api.git
13+
uri: https://github.com/rht-labs/lodestar-git-api.git
1414
ref: master
1515

1616
configRepositoryId: false

deployment/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: omp-git-api
1+
name: lodestar-git-api
22

33
servicePort: 8080
44

5-
imageName: "quay.io/rht-labs/omp-git-api"
5+
imageName: "quay.io/rht-labs/lodestar-git-api"
66
imageTag: "latest" # This is intended to be overridden by the parent Helm chart.
77

88
gitlabRef: "master"
@@ -13,4 +13,4 @@ config:
1313
name: webhooks.yaml
1414
configFile:
1515
path: /runtime
16-
name: lodestar-runtime-config.yaml
16+
name: lodestar-runtime-config.yaml

0 commit comments

Comments
 (0)