mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
fix ingress-nginx
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"containerimage.config.digest": "sha256:fa3eed4cd2f16714d9f5bd89ae1c9796d566396a718a0cdb81a296286cd33304",
|
||||
"containerimage.config.digest": "sha256:d1a0234b0cd6df931121fe4324cac74b105dbc0f034409a9eee0eeed15aae0f8",
|
||||
"containerimage.descriptor": {
|
||||
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
|
||||
"digest": "sha256:dd0524e0794343ce0e3cade6eab19fd69be9dffd08329bab769ce8b7e567fa14",
|
||||
"digest": "sha256:d64818fee087e9042b47e01761101a26b348a3c2d941ffdb9121e8a4ad545bda",
|
||||
"size": 2074,
|
||||
"platform": {
|
||||
"architecture": "amd64",
|
||||
"os": "linux"
|
||||
}
|
||||
},
|
||||
"containerimage.digest": "sha256:dd0524e0794343ce0e3cade6eab19fd69be9dffd08329bab769ce8b7e567fa14",
|
||||
"containerimage.digest": "sha256:d64818fee087e9042b47e01761101a26b348a3c2d941ffdb9121e8a4ad545bda",
|
||||
"image.name": "ghcr.io/aenix-io/cozystack/installer:latest"
|
||||
}
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
timeout: 5m0s
|
||||
values:
|
||||
ingress-nginx:
|
||||
fullnameOverride: ingress-nginx
|
||||
fullnameOverride: {{ trimPrefix "tenant-" .Release.Namespace }}-ingress
|
||||
controller:
|
||||
ingressClass: {{ .Release.Namespace }}
|
||||
ingressClassResource:
|
||||
|
||||
Reference in New Issue
Block a user