Skip to content

Commit

Permalink
Merge pull request #301 from neicnordic/bump_images_versions
Browse files Browse the repository at this point in the history
Bump images versions
  • Loading branch information
kusalananda authored Sep 15, 2023
2 parents 8d3f935 + cf69959 commit ec118f9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/sda-db/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: sda-db
version: "0.6.2"
version: "0.6.3"
description: Database component for Sensitive Data Archive (SDA) installation
home: https://neic-sda.readthedocs.io
icon: https://neic.no/assets/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/sda-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extraSecurityContext: {}

image:
repository: ghcr.io/neicnordic/sensitive-data-archive
tag: v0.0.85-postgres
tag: v0.0.88-postgres
pullPolicy: IfNotPresent

# utilize network isolation
Expand Down
2 changes: 1 addition & 1 deletion charts/sda-mq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: sda-mq
version: "0.5.2"
version: "0.5.3"
description: RabbitMQ component for Sensitive Data Archive (SDA) installation
home: https://neic-sda.readthedocs.io
icon: https://neic.no/assets/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/sda-mq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extraSecurityContext: {}

image:
repository: ghcr.io/neicnordic/sensitive-data-archive
tag: v0.0.83-rabbitmq
tag: v0.0.88-rabbitmq
pullPolicy: Always

# utilize network isolation
Expand Down
2 changes: 1 addition & 1 deletion charts/sda-svc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: sda-svc
version: "0.20.4"
version: "0.20.5"
kubeVersion: ">= 1.19.0-0"
description: Components for Sensitive Data Archive (SDA) installation
home: https://neic-sda.readthedocs.io
Expand Down
2 changes: 1 addition & 1 deletion charts/sda-svc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Declare variables to be passed into your templates.
image:
repository: "ghcr.io/neicnordic/sensitive-data-archive"
tag: "v0.0.83"
tag: "v0.0.88"
pullPolicy: "Always"

global:
Expand Down

0 comments on commit ec118f9

Please sign in to comment.