diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d0202d282..f4d2ddf3d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -8,6 +8,7 @@ on: - '.github/**' - '.infrastructure/standbycheck/**' - '.infrastructure/crunchy-postgres/**' + - '.infrastructure/syncthing/**' workflow_dispatch: permissions: diff --git a/infrastructure/syncthing/templates/deployment.yaml b/infrastructure/syncthing/templates/deployment.yaml index 18c8c4bf4..a69b8cf13 100644 --- a/infrastructure/syncthing/templates/deployment.yaml +++ b/infrastructure/syncthing/templates/deployment.yaml @@ -44,6 +44,7 @@ spec: value: "connections:ERROR,model:WARN" - name: oauth-proxy image: {{ .Values.deployment.oAuthProxy.image.repository }}:{{ .Values.deployment.oAuthProxy.image.tag }} + imagePullPolicy: Always args: - '--provider=openshift' - '--pass-basic-auth=false' diff --git a/infrastructure/syncthing/values-dev.yaml b/infrastructure/syncthing/values-dev.yaml index ee5f82079..0afaab1b5 100644 --- a/infrastructure/syncthing/values-dev.yaml +++ b/infrastructure/syncthing/values-dev.yaml @@ -3,7 +3,7 @@ fullnameOverride: dev-drivebc-syncthing image: repository: syncthing/syncthing # Official Syncthing image - tag: "2.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags + tag: "2.1.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags createTransportClaim: true # Set to true in Gold, and false for GoldDR as it will be automatically created there once installed on Gold @@ -41,7 +41,7 @@ deployment: memory: 64Mi persistentVolumeClaim: - size: 2Gi + size: 3Gi storageClassName: netapp-block-standard route: diff --git a/infrastructure/syncthing/values-prod.yaml b/infrastructure/syncthing/values-prod.yaml index 15555f220..0a7934e2a 100644 --- a/infrastructure/syncthing/values-prod.yaml +++ b/infrastructure/syncthing/values-prod.yaml @@ -3,7 +3,7 @@ fullnameOverride: prod-drivebc-syncthing image: repository: syncthing/syncthing # Official Syncthing image - tag: "2.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags + tag: "2.1.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags createTransportClaim: true # Set to true in Gold, and false for GoldDR as it will be automatically created there once installed on Gold diff --git a/infrastructure/syncthing/values-test.yaml b/infrastructure/syncthing/values-test.yaml index 6c2175e3b..1bf513db0 100644 --- a/infrastructure/syncthing/values-test.yaml +++ b/infrastructure/syncthing/values-test.yaml @@ -3,7 +3,7 @@ fullnameOverride: test-drivebc-syncthing image: repository: syncthing/syncthing # Official Syncthing image - tag: "2.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags + tag: "2.1.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags createTransportClaim: true # Set to true in Gold, and false for GoldDR as it will be automatically created there once installed on Gold @@ -41,7 +41,7 @@ deployment: memory: 64Mi persistentVolumeClaim: - size: 2Gi + size: 3Gi storageClassName: netapp-block-standard route: diff --git a/infrastructure/syncthing/values-uat.yaml b/infrastructure/syncthing/values-uat.yaml index 7fba93921..c78d508be 100644 --- a/infrastructure/syncthing/values-uat.yaml +++ b/infrastructure/syncthing/values-uat.yaml @@ -3,7 +3,7 @@ fullnameOverride: uat-drivebc-syncthing image: repository: syncthing/syncthing # Official Syncthing image - tag: "2.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags + tag: "2.1.1" # Syncthing tag. Check https://hub.docker.com/r/syncthing/syncthing/tags for available tags createTransportClaim: true # Set to true in Gold, and false for GoldDR as it will be automatically created there once installed on Gold