Skip to content

Commit

Permalink
feat: Bump git-operator to 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajb committed Dec 18, 2024
1 parent 45fc172 commit eb0d209
Show file tree
Hide file tree
Showing 3 changed files with 9 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.5"
6 changes: 3 additions & 3 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.5
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.5
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/git-operator
Expand Down Expand Up @@ -298,7 +298,7 @@ resources:
- license_path: LICENSE
ref: knative-${image_tag}
url: https://github.com/knative-extensions/net-istio
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.2
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
12 changes: 5 additions & 7 deletions services/git-operator/0.1.2/git-operator-manifests/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ data:
server {
server_name _;
listen 9443 ssl default_server;
listen [::]:9443 ssl default_server;
ssl_certificate /etc/nginx/tls/tls.crt;
ssl_certificate_key /etc/nginx/tls/tls.key;
Expand Down Expand Up @@ -714,7 +713,6 @@ data:
server {
server_name _;
listen 8443 ssl default_server;
listen [::]:8443 ssl default_server;
ssl_certificate /etc/nginx/tls/tls.crt;
ssl_certificate_key /etc/nginx/tls/tls.key;
Expand Down Expand Up @@ -852,7 +850,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 +873,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.5
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -979,7 +977,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.5
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 3
Expand Down Expand Up @@ -1019,7 +1017,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.5
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1061,7 +1059,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.5
imagePullPolicy: IfNotPresent
name: init-admin-repo
securityContext:
Expand Down

0 comments on commit eb0d209

Please sign in to comment.