Skip to content

Commit

Permalink
Updated Redis and Prometheus Operator to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigilenoci committed Nov 13, 2023
1 parent ef146ac commit b663c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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

0 comments on commit b663c3f

Please sign in to comment.