diff --git a/.env b/.env index 73227e788..e46dc4bdd 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -GIT_OPERATOR_VERSION="v0.13.3" +GIT_OPERATOR_VERSION="v0.13.4" diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 6ab16ba19..eb7a7267e 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -146,11 +146,11 @@ resources: sources: - ref: ${image_tag} url: https://github.com/mesosphere/dkp-insights - - container_image: docker.io/mesosphere/git-operator:v0.13.3 + - container_image: docker.io/mesosphere/git-operator:v0.13.4 sources: - ref: ${image_tag} url: https://github.com/mesosphere/git-operator - - container_image: docker.io/mesosphere/gitwebserver:v0.13.3 + - container_image: docker.io/mesosphere/gitwebserver:v0.13.4 sources: - ref: ${image_tag} url: https://github.com/mesosphere/git-operator @@ -303,6 +303,11 @@ resources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/brancz/kube-rbac-proxy + - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.2 + sources: + - license_path: LICENSE + ref: ${image_tag} + url: https://github.com/brancz/kube-rbac-proxy - container_image: ghcr.io/fluxcd/helm-controller:v1.1.0 sources: - license_path: LICENSE diff --git a/services/dex/2.14.0/defaults/cm.yaml b/services/dex/2.14.0/defaults/cm.yaml index ff050af56..b9531ef79 100644 --- a/services/dex/2.14.0/defaults/cm.yaml +++ b/services/dex/2.14.0/defaults/cm.yaml @@ -108,7 +108,7 @@ data: proxy: image: repository: quay.io/brancz/kube-rbac-proxy - tag: v0.18.1 + tag: v0.18.2 pullPolicy: IfNotPresent resources: {} manager: diff --git a/services/git-operator/0.1.2/defaults/kustomization.yaml b/services/git-operator/0.1.3/defaults/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/defaults/kustomization.yaml rename to services/git-operator/0.1.3/defaults/kustomization.yaml diff --git a/services/git-operator/0.1.2/git-operator-manifests/all.yaml b/services/git-operator/0.1.3/git-operator-manifests/all.yaml similarity index 99% rename from services/git-operator/0.1.2/git-operator-manifests/all.yaml rename to services/git-operator/0.1.3/git-operator-manifests/all.yaml index 872b65304..7bc25b9d5 100644 --- a/services/git-operator/0.1.2/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.3/git-operator-manifests/all.yaml @@ -852,7 +852,7 @@ spec: - --upstream=http://127.0.0.1:8080/ - --logtostderr=true - --v=0 - image: quay.io/brancz/kube-rbac-proxy:v0.18.1 + image: quay.io/brancz/kube-rbac-proxy:v0.18.2 name: kube-rbac-proxy ports: - containerPort: 8443 @@ -875,7 +875,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect - --namespace=${NAMESPACE:=git-operator-system} - image: docker.io/mesosphere/git-operator:v0.13.3 + image: docker.io/mesosphere/git-operator:v0.13.4 livenessProbe: httpGet: path: /healthz @@ -979,7 +979,7 @@ spec: - env: - name: GIT_VOLUME_PATH value: /volumes/git - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent livenessProbe: initialDelaySeconds: 3 @@ -1019,7 +1019,7 @@ spec: - /volumes/admin-tmp/snapshots - --snapshot-symlink - /volumes/admin-tmp/active-snapshot - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1061,7 +1061,7 @@ spec: env: - name: ADMIN_REPO_PATH value: /volumes/admin/admin.git - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent name: init-admin-repo securityContext: diff --git a/services/git-operator/0.1.2/git-operator-manifests/kustomization.yaml b/services/git-operator/0.1.3/git-operator-manifests/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/git-operator-manifests/kustomization.yaml rename to services/git-operator/0.1.3/git-operator-manifests/kustomization.yaml diff --git a/services/git-operator/0.1.2/ingress.yaml b/services/git-operator/0.1.3/ingress.yaml similarity index 100% rename from services/git-operator/0.1.2/ingress.yaml rename to services/git-operator/0.1.3/ingress.yaml diff --git a/services/git-operator/0.1.2/kustomization.yaml b/services/git-operator/0.1.3/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/kustomization.yaml rename to services/git-operator/0.1.3/kustomization.yaml diff --git a/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml b/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml index ec26f1123..52d61db6a 100644 --- a/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml +++ b/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml @@ -465,7 +465,7 @@ data: kubeRBACProxy: enabled: true image: - tag: v0.18.1 + tag: v0.18.2 prometheus: monitor: scheme: https diff --git a/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml b/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml index 3bade7df8..07bfd12a6 100644 --- a/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml +++ b/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml @@ -91,7 +91,7 @@ spec: mountPath: /etc/kube-rbac-proxy/etcd containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.18.1 + image: quay.io/brancz/kube-rbac-proxy:v0.18.2 args: - "--secure-listen-address=0.0.0.0:8443" - "--tls-cert-file=/etc/kube-rbac-proxy/tls/tls.crt"