Skip to content

Commit

Permalink
feat: git-operator release-0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajgitnutanix committed Dec 6, 2024
1 parent 09693a3 commit 4fbf7aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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"
4 changes: 2 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
4 changes: 2 additions & 2 deletions services/git-operator/0.1.2/git-operator-manifests/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fbf7aa

Please sign in to comment.