Skip to content

Commit

Permalink
openmicroscopy/omero-server:5.6.10
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 7c42776 commit 1f6fe9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions omero-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: 5.6.8
appVersion: 5.6.10
description: OMERO.server
name: omero-server
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-server/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 300
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 }}
env:
# In openmicroscopy/omero-server these CONFIG envvars have higher
Expand Down
3 changes: 2 additions & 1 deletion omero-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ replicaCount: 1

image:
repository: openmicroscopy/omero-server
tag: 5.6.8
# Default .Chart.AppVersion
tag:
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 1f6fe9d

Please sign in to comment.