Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove deprecated gcr.io/kubebuilder/kube-rbac-proxy-2.8 #2939

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/kommander-operator/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
values.yaml: |
kommanderoperator:
image:
tag: "${kommanderChartVersion:=v2.8.3-dev}"
tag: "${kommanderChartVersion:=v2.8}"
kubetools:
image:
tag: "${kommanderChartVersion:=v2.8.3-dev}"
tag: "${kommanderChartVersion:=v2.8}"
15 changes: 5 additions & 10 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# license_path: LICENSE
- nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda10.2

resources:

Check failure on line 71 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "docker.io/kubebuilder/kube-rbac-proxy:v0.14.2"

Check failure on line 71 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0"

Check failure on line 71 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "quay.io/brancz/kube-rbac-proxy:v0.14.0"
- container_image: cr.fluentbit.io/fluent/fluent-bit:2.2.3
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -351,16 +351,11 @@
- license_path: LICENSE
ref: knative-v1.10.0
url: https://github.com/knative/serving
- container_image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
- container_image: quay.io/brancz/kube-rbac-proxy:v0.14.0
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
# - container_image: quay.io/brancz/kube-rbac-proxy:v0.14.0
# sources:
# - license_path: LICENSE
# ref: ${image_tag}
# url: https://github.com/brancz/kube-rbac-proxy
- container_image: ghcr.io/fluxcd/helm-controller:v0.37.4
sources:
- license_path: LICENSE
Expand Down
6 changes: 6 additions & 0 deletions services/dex/2.13.11/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ data:
dex-controller:
priorityClassName: "dkp-critical-priority"
controller:
proxy:
image:
repository: kubebuilder/kube-rbac-proxy
tag: v0.14.2
pullPolicy: Always
resources: {}
manager:
dexConfigSecretName: dex
dexDeploymentName: dex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-kommander-charts
namespace: kommander-flux
version: "${kommanderChartVersion:=v2.8.3-dev}"
version: "${kommanderChartVersion:=v2.8}"
interval: 15s
install:
crds: CreateReplace
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.8.3/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data:
enabled: false
capimate:
image:
tag: v0.0.0-dev.0
tag: v2.8
managementApps:
- "ai-navigator-app"
- "ai-nagivator-cluster-info-agent"
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.8.3/kommander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-kommander-charts
namespace: kommander-flux
version: "${kommanderChartVersion:=v2.8.3-dev}"
version: "${kommanderChartVersion:=v2.8}"
interval: 15s
# Kommander is quite a big chart and it may need some more time than
# other charts to get ready so setting this to 10 minutes increases
Expand Down
Loading