Skip to content

Commit

Permalink
Merge pull request #296 from neicnordic/chart_update_images
Browse files Browse the repository at this point in the history
Update image tags
  • Loading branch information
nanjiangshu authored Sep 13, 2023
2 parents 3e2e7b0 + a81faa6 commit fe3add3
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.0"
version: "0.6.1"
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 @@ -25,7 +25,7 @@ extraSecurityContext: {}

image:
repository: ghcr.io/neicnordic/sensitive-data-archive
tag: v0.0.65-postgres
tag: v0.0.83-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.1"
version: "0.5.2"
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.65-rabbitmq
tag: v0.0.83-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.2"
version: "0.20.3"
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.65"
tag: "v0.0.83"
pullPolicy: "Always"

global:
Expand Down

0 comments on commit fe3add3

Please sign in to comment.