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

Bump docker images #31

Merged
merged 2 commits into from
Oct 27, 2021
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
2 changes: 1 addition & 1 deletion omero-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
appVersion: 5.6.3
description: OMERO.server
name: omero-server
version: 0.3.2
version: 0.3.3
icon: https://www.openmicroscopy.org/img/logos/omero-logomark.svg
2 changes: 1 addition & 1 deletion omero-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: openmicroscopy/omero-server
tag: 5.6.3-3
tag: 5.6.3-4
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
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.9.1
appVersion: 5.11.0
description: OMERO.web
name: omero-web
version: 0.3.1
version: 0.3.2
icon: https://www.openmicroscopy.org/img/logos/omero-logomark.svg
2 changes: 1 addition & 1 deletion omero-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: openmicroscopy/omero-web-standalone
tag: 5.9.1-1
tag: 5.11.0-0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down