diff --git a/tests/expected.yaml b/tests/expected.yaml index ef5dd09..2770797 100644 --- a/tests/expected.yaml +++ b/tests/expected.yaml @@ -283,7 +283,7 @@ data: # retrieve the secret data using lookup function and when not exists, return an empty dictionary / map as result # set $jwtSecret to existing secret data or generate a random one when not exists # generate 32 chars long random string, base64 encode it and then double-quote the result string. - JWT_SECRET_KEY: "ZVdaV2RYSjNiRlZ4UzFSWGFYVkNkV2czUmpsUk5GRkNURmRDVFVoTFVHYz0=" + JWT_SECRET_KEY: "TldwemN6VjBjRWc1YjA1aVdtVjRTSFZDYjBaT1ZVeHVVVzVvWTFkWlZHVT0=" --- # Source: qwc/templates/pg-conf-secret.yaml apiVersion: v1 @@ -733,7 +733,7 @@ spec: - name: qgis securityContext: {} - image: "sourcepole/qwc-qgis-server:3.28.2" + image: "sourcepole/qwc-qgis-server:3.28-plugins" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -885,7 +885,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-db-auth:v2023.02.06" + image: "sourcepole/qwc-db-auth:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -964,7 +964,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-config-generator:v2022.03.21-noqgis" + image: "sourcepole/qwc-config-generator:v2023.7-lts" imagePullPolicy: IfNotPresent env: - name: "INPUT_CONFIG_PATH" @@ -1054,7 +1054,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-data-service:v2023.01.11" + image: "sourcepole/qwc-data-service:v2023.1-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1133,7 +1133,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-document-service:v2022.01.27" + image: "sourcepole/qwc-document-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1208,7 +1208,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-elevation-service:v2022.08.22" + image: "sourcepole/qwc-elevation-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1281,7 +1281,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-feature-info-service:v2022.11.19" + image: "sourcepole/qwc-feature-info-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1356,7 +1356,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-fulltext-search-service:v2022.09.27" + image: "sourcepole/qwc-fulltext-search-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1431,7 +1431,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-legend-service:v2022.12.12" + image: "sourcepole/qwc-legend-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1510,7 +1510,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-map-viewer-demo:v2022.10.06" + image: "sourcepole/qwc-map-viewer-demo:v2023.4-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1583,7 +1583,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-mapinfo-service:v2022.08.22" + image: "sourcepole/qwc-mapinfo-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1658,7 +1658,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-ogc-service:v2023.02.03" + image: "sourcepole/qwc-ogc-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1733,7 +1733,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-permalink-service:v2022.10.06" + image: "sourcepole/qwc-permalink-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" @@ -1808,7 +1808,7 @@ spec: - name: uwsgi securityContext: {} - image: "sourcepole/qwc-print-service:v2022.10.06" + image: "sourcepole/qwc-print-service:v2023.0-lts" imagePullPolicy: IfNotPresent env: - name: "JWT_COOKIE_CSRF_PROTECT" diff --git a/values.yaml b/values.yaml index 3051437..8baf4a7 100644 --- a/values.yaml +++ b/values.yaml @@ -118,7 +118,7 @@ qgis: qgis: image: repository: sourcepole/qwc-qgis-server - tag: 3.28.2 + tag: 3.28-plugins sha: '' ports: http: @@ -202,7 +202,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-db-auth - tag: v2023.02.06 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -230,7 +230,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-config-generator - tag: v2022.03.21-noqgis + tag: v2023.7-lts sha: '' ports: <<: *common-ports @@ -269,7 +269,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-data-service - tag: v2023.01.11 + tag: v2023.1-lts sha: '' ports: <<: *common-ports @@ -296,7 +296,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-document-service - tag: v2022.01.27 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -320,7 +320,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-elevation-service - tag: v2022.08.22 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -342,7 +342,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-feature-info-service - tag: v2022.11.19 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -366,7 +366,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-fulltext-search-service - tag: v2022.09.27 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -390,7 +390,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-mapinfo-service - tag: v2022.08.22 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -414,7 +414,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-legend-service - tag: v2022.12.12 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -442,7 +442,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-print-service - tag: v2022.10.06 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -466,7 +466,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-map-viewer-demo - tag: v2022.10.06 + tag: v2023.4-lts sha: '' ports: <<: *common-ports @@ -488,7 +488,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-ogc-service - tag: v2023.02.03 + tag: v2023.0-lts sha: '' ports: <<: *common-ports @@ -512,7 +512,7 @@ qwc: uwsgi: image: repository: sourcepole/qwc-permalink-service - tag: v2022.10.06 + tag: v2023.0-lts sha: '' ports: <<: *common-ports