Skip to content

Commit

Permalink
test trivy pipeline again
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed Feb 6, 2024
1 parent 6199e08 commit 8293d4d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Check
strategy:
matrix:
chart: ["cce-storage-classes", "cert-manager", "crds", "elastic-stack", "iits-admin-dashboard", "iits-ollama-fullstack", "kafka", "kasm", "keycloak", "kyverno", "ollama", "otc-nextcloud", "prometheus-stack", "registry-creds", "swagger-ui", "tcp-proxy", "traefik"]
chart: ["elastic-stack", "iits-ollama-fullstack", "kafka", "keycloak", "kyverno", "otc-nextcloud", "prometheus-stack"]
permissions:
contents: write
security-events: write
Expand Down
6 changes: 3 additions & 3 deletions charts/elastic-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ backup:
bucket:
endpoint: "https://obs.eu-de.otc.t-systems.com"
# -- Required
name:
name: "REPLACE_ME"
# -- Required
accessKey:
accessKey: "REPLACE_ME"
# -- Required
secretKey:
secretKey: "REPLACE_ME"
policy:
name: "nightly-backup"
schedule: "0 0 0 * * ?"
Expand Down
4 changes: 2 additions & 2 deletions charts/iits-ollama-fullstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ ollama:
webui:
fullnameOverride: ollama-webui
env:
# -- Replace this value with your api base url, example: "https://ollama.my-domain.com/api"
OLLAMA_API_BASE_URL:
# -- Replace this value with your api base url
OLLAMA_API_BASE_URL: "https://ollama.my-domain.com/api"
ingress:
# -- Replace this value with your host
host:
16 changes: 8 additions & 8 deletions charts/otc-nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ ingressRoute:
nextcloudStorage:
s3:
# -- Required
S3_BUCKET_NAME:
S3_BUCKET_NAME: "REPLACE_ME"
# -- Required
S3_PUBLIC_KEY:
S3_PUBLIC_KEY: "REPLACE_ME"
# -- Required
S3_SECRET_KEY:
S3_SECRET_KEY: "REPLACE_ME"
# -- Required
S3_BUCKET_URL:
S3_BUCKET_URL: "REPLACE_ME"

nextcloud:
phpClientHttpsFix:
Expand All @@ -27,13 +27,13 @@ nextcloud:
enabled: true
type: postgresql
# -- Required, replace it with your host address
host:
host: "REPLACE_ME"
# -- Required
user:
user: "REPLACE_ME"
# -- Required
port:
port: "REPLACE_ME"
# -- Required
password:
password: "REPLACE_ME"

nextcloud:
# -- Required, replace it with your host address
Expand Down

0 comments on commit 8293d4d

Please sign in to comment.