Skip to content

Commit

Permalink
fix: container-toolkit patched image with fixed CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Jul 22, 2024
1 parent 88118f5 commit 09970c9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions services/git-operator/0.1.0/git-operator-manifests/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ spec:
to access the repository.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
namespace:
type: string
required:
- name
type: object
x-kubernetes-map-type: atomic
url:
description: URL is the URL of the git repository.
type: string
Expand Down Expand Up @@ -700,7 +699,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.8.3
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 09970c9

Please sign in to comment.