Skip to content

Commit b5c9df5

Browse files
author
Alan Christie
committed
Adjust default image tag
1 parent 9661656 commit b5c9df5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

integration-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
jo_ingress_domain: squonk.it
44
jo_ingress_tls_secret: data-manager-api-tls
55
jo_dmapi_name: integration
6-
jo_image_tag: 19.0.1
6+
jo_image_tag: 19.0.2
77
jo_namespaces: data-manager-api-staging:data-manager-api-integration:data-manager-api-production
88

99
jo_kubeconfig: "{{ lookup('env', 'KUBECONFIG') }}"

parameters-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can adjust the configuration using environment variables.
55

66
# The Operator image tag
7-
jo_image_tag: "{{ lookup('env', 'IM_DEV_JUPYTER_O_TAG') | default('19.0.0', True) }}"
7+
jo_image_tag: "{{ lookup('env', 'IM_DEV_JUPYTER_O_TAG') | default('19.0.2', True) }}"
88

99
# Here we use the Docker Desktop built-in Kubernetes cluster,
1010
# which has a default domain of 'kubernetes.docker.internal'

production-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
jo_ingress_domain: squonk.it
44
jo_ingress_tls_secret: data-manager-api-tls
55
jo_dmapi_name: production
6-
jo_image_tag: 19.0.1
6+
jo_image_tag: 19.0.2
77
jo_namespaces: data-manager-api-staging:data-manager-api-integration:data-manager-api-production
88

99
jo_kubeconfig: "{{ lookup('env', 'KUBECONFIG') }}"

staging-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
jo_ingress_domain: squonk.it
44
jo_ingress_tls_secret: data-manager-api-tls
55
jo_dmapi_name: staging
6-
jo_image_tag: 19.0.1
6+
jo_image_tag: 19.0.2
77
jo_namespaces: data-manager-api-staging:data-manager-api-integration:data-manager-api-production
88

99
jo_kubeconfig: "{{ lookup('env', 'KUBECONFIG') }}"

0 commit comments

Comments
 (0)