We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f426f6 commit 67c176fCopy full SHA for 67c176f
1 file changed
platform/app-values.yaml
@@ -1,9 +1,9 @@
1
project:
2
- group: <name of AD group>
3
-
+ group: sedemo-team-open
+
4
image:
5
# If using default workflow, this will be set to ghcr.io/<github_org>/<repo_name>
6
- repository: registry/imagename
+ repository: ghcr.io/akuity/sedemo-app-demo
7
# Default use of this ghcr publishing workflow will use incrmental build number as tag
8
selectionStrategy: Lexical
9
# if useing digest stragey, uncomment next line and comment tagRegex line
@@ -13,7 +13,7 @@ image:
13
memoryLimit: 64Mi
14
cpuLimit: 1m
15
ingress:
16
- custom_prefix: changeme
+ custom_prefix: demo
17
18
rollouts:
19
enabled: true
0 commit comments