From b663c3f76ae45ee54dc8f5e1329a593265e1d180 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Mon, 13 Nov 2023 12:02:12 +0100 Subject: [PATCH] Updated Redis and Prometheus Operator to the latest version --- .github/workflows/lint-test.yaml | 2 +- helm/oauth2-proxy/Chart.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3a94966..d2216aa 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -44,7 +44,7 @@ jobs: - name: Install Prometheus Operator CRDs id: prom - run: kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.54.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml + run: kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/release-0.69/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 898e159..e617724 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 6.18.1 +version: 6.18.3 apiVersion: v2 appVersion: 7.5.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0" annotations: artifacthub.io/changes: | - kind: added - description: Define image repository & pullPolicy on the initContainer wait-for-redis + description: Updated Redis and Prometheus Operator to the latest version. links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/166 + url: https://github.com/oauth2-proxy/manifests/pull/172