From 95b212f3e18bfd484a92cac90c97a891003f255e Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Mon, 15 Jul 2024 10:55:21 +0200 Subject: [PATCH] task: updates versions of edge and unleash (#155) * task: updates versions of edge and unleash * Turn off false positive checks * Kind has not released newest tags yet --- .github/workflows/ci.yaml | 9 ++++++--- charts/unleash-edge/Chart.yaml | 4 ++-- charts/unleash/Chart.yaml | 4 ++-- charts/unleash/templates/deployment.yaml | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 683db25..4c0b19d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,6 +58,9 @@ jobs: VALIDATE_JSCPD: false VALIDATE_KUBERNETES_KUBEVAL: false VALIDATE_YAML: false + VALIDATE_KUBERNETES_KUBECONFORM: false + VALIDATE_CHECKOV: false + kubeconform: runs-on: ubuntu-latest needs: @@ -98,9 +101,9 @@ jobs: matrix: k8s: - v1.26.15 - - v1.27.14 - - v1.28.10 - - v1.29.5 + - v1.27.13 + - v1.28.9 + - v1.29.4 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/charts/unleash-edge/Chart.yaml b/charts/unleash-edge/Chart.yaml index 2bd82c7..be21b09 100644 --- a/charts/unleash-edge/Chart.yaml +++ b/charts/unleash-edge/Chart.yaml @@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 2.6.2 +version: 2.6.3 -appVersion: "v19.1.3" +appVersion: "v19.2.0" maintainers: - name: chriswk diff --git a/charts/unleash/Chart.yaml b/charts/unleash/Chart.yaml index 3dfe88c..070d8ab 100644 --- a/charts/unleash/Chart.yaml +++ b/charts/unleash/Chart.yaml @@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 5.1.1 +version: 5.1.2 -appVersion: "6.0.0" +appVersion: "6.0.6" dependencies: - name: postgresql diff --git a/charts/unleash/templates/deployment.yaml b/charts/unleash/templates/deployment.yaml index e935847..dfcda9c 100644 --- a/charts/unleash/templates/deployment.yaml +++ b/charts/unleash/templates/deployment.yaml @@ -78,7 +78,7 @@ spec: {{- end }} {{- if .Values.dbConfig.sslRejectUnauthorized }} - name: DATABASE_SSL_REJECT_UNAUTHORIZED - value: "{{ .Values.dbConfig.sslRejectUnauthorizaed }}" + value: "{{ .Values.dbConfig.sslRejectUnauthorized }}" {{- end }} {{- if .Values.env }} {{- toYaml .Values.env | nindent 12 }}