Skip to content

Commit

Permalink
Merge pull request #82 from pramod444/main
Browse files Browse the repository at this point in the history
[G2P-2932] Added new version of ODK images.
  • Loading branch information
lalithkota authored Oct 24, 2024
2 parents 72968c1 + 2b30a42 commit e78cc88
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/odk-central-enketo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: odk-central-enketo
description: A Helm chart for odk-central-enketo.
type: application
version: v2024.1.0
version: v2024.2.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central-enketo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ service:
image:
registry: docker.io
repository: openg2p/odk-central-enketo
tag: v2024.1.0
tag: v2024.2.1
pullPolicy: Always

containerPort: 8005
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central-pyxform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: odk-central-pyxform
description: A Helm chart for odk-central-pyxform.
type: application
version: v2024.1.0
version: v2024.2.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/odk-central-pyxform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
image:
registry: ghcr.io
repository: getodk/pyxform-http
tag: v2.0.3
tag: v2.1.1
pullPolicy: IfNotPresent

containerPort: 80
Expand Down
6 changes: 3 additions & 3 deletions charts/odk-central/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: odk-central
description: A Helm chart for odk-central.
type: application
version: "v2024.1.0"
version: "v2024.2.1"
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -16,10 +16,10 @@ dependencies:
version: "1.2.0"
condition: odk-central-mail.enabled
- name: odk-central-pyxform
version: "v2024.1.0"
version: "v2024.2.1"
condition: odk-central-pyxform.enabled
- name: odk-central-enketo
version: "v2024.1.0"
version: "v2024.2.1"
condition: odk-central-enketo.enabled
keywords:
- odk
Expand Down
5 changes: 3 additions & 2 deletions charts/odk-central/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ backend:
image:
registry: docker.io
repository: openg2p/odk-central-backend
tag: v2024.1.0
tag: v2024.2.1
pullPolicy: Always

startupProbe:
Expand Down Expand Up @@ -279,7 +279,7 @@ frontend:
image:
registry: docker.io
repository: openg2p/odk-central-frontend
tag: v2024.1.0{{ .Values.backend.envVars.OIDC_ENABLED | ternary "-oidc" "" }}
tag: v2024.2.1
pullPolicy: Always

startupProbe:
Expand Down Expand Up @@ -345,6 +345,7 @@ frontend:
SENTRY_ORG_SUBDOMAIN: "o130137"
SENTRY_KEY: "3cf75f54983e473da6bd07daddf0d2ee"
SENTRY_PROJECT: "1298632"
OIDC_ENABLED: '{{ .Values.backend.envVars.OIDC_ENABLED }}'

envVarsFrom: {}

Expand Down

0 comments on commit e78cc88

Please sign in to comment.