chore: Update manifests after change
This commit is contained in:
@@ -369,8 +369,6 @@ spec:
|
|||||||
name: tmp
|
name: tmp
|
||||||
- name: argocd-cmd-params-cm
|
- name: argocd-cmd-params-cm
|
||||||
mountPath: /home/argocd/params
|
mountPath: /home/argocd/params
|
||||||
- mountPath: /tmp/extensions
|
|
||||||
name: extensions
|
|
||||||
ports:
|
ports:
|
||||||
- name: server
|
- name: server
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
@@ -406,31 +404,6 @@ spec:
|
|||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
initContainers:
|
|
||||||
- name: extension-trivy
|
|
||||||
image: quay.io/argoprojlabs/argocd-extension-installer:v0.0.9
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
resources: {}
|
|
||||||
securityContext:
|
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsUser: 1000
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
volumeMounts:
|
|
||||||
- name: extensions
|
|
||||||
mountPath: /tmp/extensions/
|
|
||||||
- name: tmp
|
|
||||||
mountPath: /tmp
|
|
||||||
env:
|
|
||||||
- name: EXTENSION_URL
|
|
||||||
value: https://github.com/mziyabo/argocd-trivy-extension/releases/download/v0.2.0/extension-trivy.tar
|
|
||||||
- name: EXTENSION_CHECKSUM_URL
|
|
||||||
value: https://github.com/mziyabo/argocd-trivy-extension/releases/download/v0.2.0/extension-trivy_checksums.txt
|
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
@@ -443,8 +416,6 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
volumes:
|
volumes:
|
||||||
- name: extensions
|
|
||||||
emptyDir: {}
|
|
||||||
- name: plugins-home
|
- name: plugins-home
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: tmp
|
- name: tmp
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
apiVersion: grafana.integreatly.org/v1beta1
|
|
||||||
kind: GrafanaDashboard
|
|
||||||
metadata:
|
|
||||||
name: grafana-dashboard-trivy
|
|
||||||
namespace: grafana-operator
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: grafana-dashboard-trivy
|
|
||||||
app.kubernetes.io/instance: grafana-operator
|
|
||||||
app.kubernetes.io/part-of: grafana-operator
|
|
||||||
spec:
|
|
||||||
instanceSelector:
|
|
||||||
matchLabels:
|
|
||||||
app: grafana-main
|
|
||||||
contentCacheDuration: 1h
|
|
||||||
folderUID: grafana-folder-service
|
|
||||||
resyncPeriod: 1h
|
|
||||||
url: http://gitea-http.gitea:3000/alexlebens/grafana-dashboards/raw/branch/main/dashboards/service/trivy.json
|
|
||||||
@@ -15,9 +15,6 @@ data:
|
|||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
source: https://artifacthub.io/packages/headlamp/headlamp-plugins/headlamp_cert-manager
|
source: https://artifacthub.io/packages/headlamp/headlamp-plugins/headlamp_cert-manager
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
- name: trivy
|
|
||||||
source: https://artifacthub.io/packages/headlamp/headlamp-trivy/headlamp_trivy
|
|
||||||
version: 0.3.1
|
|
||||||
- name: external-secrets-operator
|
- name: external-secrets-operator
|
||||||
source: https://artifacthub.io/packages/headlamp/external-secrets-operator-headlamp-plugin/external-secrets-operator
|
source: https://artifacthub.io/packages/headlamp/external-secrets-operator-headlamp-plugin/external-secrets-operator
|
||||||
version: 0.1.0-beta7
|
version: 0.1.0-beta7
|
||||||
|
|||||||
Reference in New Issue
Block a user