Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: git-operator release-0.13.4 #2919

Merged
merged 10 commits into from
Dec 10, 2024
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 @@ -3,7 +3,7 @@
- docker.io/mesosphere/trivy-bundles:0.56.2-20241104T225447Z
- docker.io/library/alpine:3.20.3

resources:

Check failure on line 6 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "docker.io/mesosphere/gitwebserver:v0.13.3"

Check failure on line 6 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "docker.io/mesosphere/gitwebserver:v0.13.3"

Check failure on line 6 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "docker.io/mesosphere/gitwebserver:v0.13.3"

Check failure on line 6 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "docker.io/mesosphere/gitwebserver:v0.13.3"

Check failure on line 6 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "docker.io/mesosphere/gitwebserver:v0.13.3"
- container_image: ghcr.io/mesosphere/dkp-container-images/cr.fluentbit.io/fluent/fluent-bit:2.2.3-d2iq.1
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -146,11 +146,11 @@
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
rajgitnutanix marked this conversation as resolved.
Show resolved Hide resolved
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
Loading