Skip to content

Commit

Permalink
feat: enable ingress and upgrade arogcd (#40)
Browse files Browse the repository at this point in the history
* feat: enable ingress, upgrade arogcd, add auth for upbound

* yamllint

* remove auth to up

* re-add needed vars for CNOE
  • Loading branch information
markandersontrocme authored Jun 4, 2024
1 parent d5fb365 commit 672584f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ spec:
autoscaling:
enabled: true
minReplicas: 1
ingress:
enabled: true
metrics:
enabled: true
service:
Expand All @@ -226,11 +228,12 @@ spec:
requests:
cpu: 100m
memory: 256Mi
service:
type: LoadBalancer
patches:
- type: PatchSet
patchSetName: Common
- type: FromCompositeFieldPath
fromFieldPath: spec.parameters.ingressUrl
toFieldPath: spec.forProvider.values.global.domain
- type: FromCompositeFieldPath
fromFieldPath: spec.parameters.ingressUrl
toFieldPath: spec.forProvider.values.server.url
Expand Down
4 changes: 2 additions & 2 deletions apis/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
type: object
default:
argocd:
version: "5.51.1"
version: "7.1.1"
properties:
argocd:
description: Configuration for the ArgoCD operator.
Expand All @@ -70,7 +70,7 @@ spec:
version:
description: ArgoCD helm-chart version to run.
type: string
default: "5.51.1"
default: "7.1.1"
required:
- version
source:
Expand Down

0 comments on commit 672584f

Please sign in to comment.