Skip to content

Commit

Permalink
[PLT-923] Remove path /stratio from container image reference for kub…
Browse files Browse the repository at this point in the history
…e-rbac-proxy image (#617)
  • Loading branch information
alopez-stratio authored Oct 17, 2024
1 parent 336682a commit d83be5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* [PLT-917] Replace coredns yaml files with a single coredns tmpl file
* [PLT-929] Removed calico installation as policy manager by helm chart in GKE
* [PLT-911] Support for Disable External Endpoint in GKE
* [PLT-923] Remove path /stratio from container image reference for kube-rbac-proxy image

## 0.17.0-0.5.3 (2024-09-24)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func (p *Provider) deployClusterOperator(n nodes.Node, privateParams PrivatePara
c += " --set app.containers.controllerManager.image.tag=" + clusterOperatorImage
}
if privateParams.Private {
c += " --set app.containers.kubeRbacProxy.image=" + keosRegistry.url + "/stratio/kube-rbac-proxy:v0.13.1"
c += " --set app.containers.kubeRbacProxy.image=" + keosRegistry.url + "/kube-rbac-proxy:v0.13.1"
}
if keosCluster.Spec.InfraProvider == "azure" {
c += " --set secrets.azure.clientIDBase64=" + strings.Split(p.capxEnvVars[1], "AZURE_CLIENT_ID_B64=")[1] +
Expand Down

0 comments on commit d83be5d

Please sign in to comment.