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 888e3eb commit c661065
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 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.4"
GIT_OPERATOR_VERSION="v0.13.5"
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/git-operator:v0.13.4
- 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.4
- container_image: docker.io/mesosphere/gitwebserver:v0.13.5
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/git-operator
Expand Down
10 changes: 4 additions & 6 deletions services/git-operator/0.1.3/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 @@ -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.4
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.4
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.4
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.4
image: docker.io/mesosphere/gitwebserver:v0.13.5
imagePullPolicy: IfNotPresent
name: init-admin-repo
securityContext:
Expand Down

0 comments on commit c661065

Please sign in to comment.