Skip to content

Commit

Permalink
kustomization: use hash commit for security
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Jan 17, 2023
1 parent d73986c commit 02ddd07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ops/argocd/infrastructure/opencost/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
project: shortlink
destination:
name: ''
namespace: argocd
namespace: opencost
server: 'https://kubernetes.default.svc'
source:
path: ops/argocd/kustomize/opencost
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/argoproj-labs/argocd-image-updater/manifests/base
- https://github.com/argoproj-labs/argocd-image-updater/tree/f96b1344af08773285ad4875c4bdf9923cd6c483/manifests/base
2 changes: 1 addition & 1 deletion ops/argocd/kustomize/merbridge/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one.yaml
- https://raw.githubusercontent.com/merbridge/merbridge/1db62594474f71f83dbac14e1e74cd75c4ad133a/deploy/all-in-one.yaml
2 changes: 1 addition & 1 deletion ops/argocd/kustomize/opencost/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml
- https://raw.githubusercontent.com/opencost/opencost/e83493e4e832a256aadd1579f4cb7b06b2c315cd/kubernetes/opencost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ commonLabels:
app: security-profiles-operator

resources:
- https://github.com/kubernetes-sigs/security-profiles-operator/tree/main/deploy/kustomize-deployment
- https://github.com/kubernetes-sigs/security-profiles-operator/tree/6d9cf0a3aadf57752a34a4c19713ea041e54f3e8/deploy/kustomize-deployment
- seccomp_profile.yaml

0 comments on commit 02ddd07

Please sign in to comment.