Skip to content

Commit

Permalink
chore: Bump git operator to v0.9.1 (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajb authored Jul 22, 2024
1 parent d3d3489 commit 445bab8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/git-operator:v0.9.0
- container_image: docker.io/mesosphere/git-operator:v0.9.1
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/git-operator
- container_image: docker.io/mesosphere/gitwebserver:v0.9.0
- container_image: docker.io/mesosphere/gitwebserver:v0.9.1
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/git-operator
Expand Down
2 changes: 1 addition & 1 deletion services/git-operator/0.1.0/additional-images.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker.io/mesosphere/gitwebserver:v0.9.0
docker.io/mesosphere/gitwebserver:v0.9.1
nginxinc/nginx-unprivileged:1.25.4-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --namespace=${NAMESPACE:=git-operator-system}
image: docker.io/mesosphere/git-operator:v0.9.0
image: docker.io/mesosphere/git-operator:v0.9.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 445bab8

Please sign in to comment.