Skip to content

Commit

Permalink
Fix: the addon tests
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <[email protected]>
  • Loading branch information
anoop2811 committed Feb 11, 2025
1 parent d51f636 commit 86467a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: helm-redis
name: oci-app
namespace: default
spec:
components:
- name: redis
- name: test-helm
type: helm
properties:
repoType: "helm"
url: "https://charts.bitnami.com/bitnami"
chart: "redis"
values:
master:
persistence:
size: 16Gi
replica:
persistence:
size: 16Gi
upgradeCRD: true
url: https://stefanprodan.github.io/podinfo
chart: podinfo
version: '6.1.*'
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: oci-app
name: helm-redis
namespace: default
spec:
components:
- name: test-helm
- name: redis
type: helm
properties:
repoType: "oci"
url: oci://ghcr.io/stefanprodan/charts
chart: podinfo
version: '6.1.*'
url: "oci://registry-1.docker.io/bitnamicharts"
chart: "redis"
values:
master:
persistence:
size: 16Gi
replica:
persistence:
size: 16Gi
upgradeCRD: true
policies:
- name: debug
type: debug

0 comments on commit 86467a1

Please sign in to comment.