diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index d498bade4..f5a674c2c 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -424,7 +424,7 @@ resources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/cert-manager/cert-manager - - container_image: ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy:1.0.6 + - container_image: ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy:1.0.7 sources: - license_path: LICENSE ref: v${image_tag} diff --git a/services/kube-oidc-proxy/0.3.4/defaults/cm.yaml b/services/kube-oidc-proxy/0.3.5/defaults/cm.yaml similarity index 96% rename from services/kube-oidc-proxy/0.3.4/defaults/cm.yaml rename to services/kube-oidc-proxy/0.3.5/defaults/cm.yaml index 85b98a946..3912594fd 100644 --- a/services/kube-oidc-proxy/0.3.4/defaults/cm.yaml +++ b/services/kube-oidc-proxy/0.3.5/defaults/cm.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: kube-oidc-proxy-0.3.4-d2iq-defaults + name: kube-oidc-proxy-0.3.5-d2iq-defaults namespace: ${releaseNamespace} data: values.yaml: |- @@ -10,7 +10,7 @@ data: # See: https://github.com/mesosphere/dkp-container-images/tree/main/kube-oidc-proxy image: repository: ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy - tag: 1.0.6 + tag: 1.0.7 priorityClassName: "dkp-critical-priority" deploymentAnnotations: # Config changes and certificate rotation by cert-manager need a reload diff --git a/services/kube-oidc-proxy/0.3.4/defaults/kustomization.yaml b/services/kube-oidc-proxy/0.3.5/defaults/kustomization.yaml similarity index 100% rename from services/kube-oidc-proxy/0.3.4/defaults/kustomization.yaml rename to services/kube-oidc-proxy/0.3.5/defaults/kustomization.yaml diff --git a/services/kube-oidc-proxy/0.3.4/kube-oidc-proxy.yaml b/services/kube-oidc-proxy/0.3.5/kube-oidc-proxy.yaml similarity index 95% rename from services/kube-oidc-proxy/0.3.4/kube-oidc-proxy.yaml rename to services/kube-oidc-proxy/0.3.5/kube-oidc-proxy.yaml index 5f5be6f15..f4c3a5a10 100644 --- a/services/kube-oidc-proxy/0.3.4/kube-oidc-proxy.yaml +++ b/services/kube-oidc-proxy/0.3.5/kube-oidc-proxy.yaml @@ -34,5 +34,5 @@ spec: releaseName: kube-oidc-proxy valuesFrom: - kind: ConfigMap - name: kube-oidc-proxy-0.3.4-d2iq-defaults + name: kube-oidc-proxy-0.3.5-d2iq-defaults targetNamespace: ${releaseNamespace} diff --git a/services/kube-oidc-proxy/0.3.4/kustomization.yaml b/services/kube-oidc-proxy/0.3.5/kustomization.yaml similarity index 100% rename from services/kube-oidc-proxy/0.3.4/kustomization.yaml rename to services/kube-oidc-proxy/0.3.5/kustomization.yaml