Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated all the latest images for govstack to helm-chart #5

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/admin-hotlist/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ service:

image:
registry: docker.io
repository: technogovstack/hotlist-service
tag: release-1.2.0.1.1
repository: tfgovstackdev/hotlist-service
tag: tf-develop

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion charts/credentialrequest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: technogovstack/credential-request-generator
tag: release-1.2.0.1.1
tag: 1.2.0.1-B1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
6 changes: 3 additions & 3 deletions charts/masterdata-loader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
replicaCount: 1

image:
repository: technogovstack/masterdata-loader
repository: tfgovstackdev/masterdata-loader
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: release-1.2.0.1.1
tag: tf-develop

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -79,4 +79,4 @@ db:
name: db-common-secrets
key: db-dbuser-password

mosipDataGithubBranch: release-1.2.0.1.1
mosipDataGithubBranch: tf-develop
4 changes: 2 additions & 2 deletions charts/masterdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: technogovstack/kernel-masterdata-service
tag: release-1.2.0.1.1
repository: tfgovstackdev/kernel-masterdata-service
tag: tf-develop
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions charts/postgres-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
replicaCount: 1

image:
repository: technogovstack/postgres-init
repository: tfgovstackdev/postgres-init
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: release-1.2.0.1.2
tag: tf-develop

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/print/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: technogovstack/print
tag: release-1.2.0.1.1
tag: develop
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
6 changes: 3 additions & 3 deletions charts/regproc-workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: technogovstack/registration-processor-workflow-manager-service
tag: release-1.2.0.1.1
repository: tfgovstackdev/registration-processor-workflow-manager-service
tag: tf-develop
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand All @@ -67,7 +67,7 @@ image:
# - myRegistryKeySecretName

## Port on which this particular spring service module is running.
springServicePort: 8026
springServicePort: 8023

## Configure extra options for liveness and readiness probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
Expand Down
4 changes: 2 additions & 2 deletions charts/resident/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: technogovstack/resident-service
tag: release-1.2.0.1.1
repository: tfgovstackdev/resident-service
tag: tf-develop
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions charts/vid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: technogovstack/id-repository-vid-service
tag: release-1.2.0.1.1
repository: tfgovstackdev/id-repository-vid-service
tag: tf-develop
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Loading