Skip to content

Commit

Permalink
chore: replace kubebuilder kube-rbac-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 4, 2024
1 parent eb78f99 commit f4a95af
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,15 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct install --config ./default.ct.yaml

linter-artifacthub:
runs-on: ubuntu-latest
container:
image: artifacthub/ah
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run ah lint
working-directory: ./charts/
run: ah lint
4 changes: 2 additions & 2 deletions charts/aergia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ kubeVersion: ">= 1.23.0-0"

type: application

version: 0.6.1
version: 0.6.2

appVersion: v0.4.2

annotations:
artifacthub.io/changes: |
- kind: changed
description: update aergia-controller appVersion to v0.4.2
description: interim use of bitnami/kube-rbac-proxy to replace deprecated kubebuilder version
4 changes: 2 additions & 2 deletions charts/aergia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ affinity: {}
# this sidecar runs in the same pod as dbaas-operator
kubeRBACProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: bitnami/kube-rbac-proxy
pullPolicy: IfNotPresent
tag: v0.4.1
tag: 0.18.2

securityContext: {}

Expand Down
2 changes: 1 addition & 1 deletion charts/dbaas-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ kubeVersion: ">= 1.19.0-0"

type: application

version: 0.3.0
version: 0.3.1

appVersion: v0.3.0
4 changes: 2 additions & 2 deletions charts/dbaas-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ affinity: {}
# this sidecar runs in the same pod as dbaas-operator
kubeRBACProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: bitnami/kube-rbac-proxy
pullPolicy: IfNotPresent
tag: v0.4.1
tag: 0.18.2

securityContext: {}

Expand Down
2 changes: 1 addition & 1 deletion charts/principio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ maintainers:

type: application

version: 0.1.0
version: 0.1.1

appVersion: v0.2.0
4 changes: 2 additions & 2 deletions charts/principio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ affinity: {}
# this is a sidecar in the same pod as the principio container
kubeRBACProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: bitnami/kube-rbac-proxy
pullPolicy: IfNotPresent
tag: v0.4.1
tag: 0.18.2

securityContext: {}

Expand Down

0 comments on commit f4a95af

Please sign in to comment.