Skip to content

Commit

Permalink
openmicroscopy/omero-web-standalone:5.24.0
Browse files Browse the repository at this point in the history
Also set version once in Chart.yaml
  • Loading branch information
manics committed Feb 1, 2024
1 parent 1f6fe9d commit 88d32d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions omero-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: 5.22.1
appVersion: 5.24.0
description: OMERO.web
name: omero-web
version: 0.4.3
version: 0.4.4
icon: https://www.openmicroscopy.org/img/logos/omero-logomark.svg
2 changes: 1 addition & 1 deletion omero-web/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down
3 changes: 2 additions & 1 deletion omero-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ replicaCount: 1

image:
repository: openmicroscopy/omero-web-standalone
tag: 5.22.1
# Default .Chart.AppVersion
tag:
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 88d32d5

Please sign in to comment.