Skip to content

Commit

Permalink
feat: git-operator release-0.13.4 (#2919)
Browse files Browse the repository at this point in the history
* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4

* feat: git-operator release-0.13.4
  • Loading branch information
rajgitnutanix authored Dec 10, 2024
1 parent 09693a3 commit 882a784
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GIT_OPERATOR_VERSION="v0.13.3"
GIT_OPERATOR_VERSION="v0.13.4"
9 changes: 7 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion services/dex/2.14.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion services/kube-prometheus-stack/65.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ data:
kubeRBACProxy:
enabled: true
image:
tag: v0.18.1
tag: v0.18.2
prometheus:
monitor:
scheme: https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 882a784

Please sign in to comment.