Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding bundle to helm chart for active Bundle #188

Merged
merged 1 commit into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions charts/eks-anywhere-packages/templates/packagebundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: packages.eks.amazonaws.com/v1alpha1
kind: PackageBundle
metadata:
annotations:
eksa.aws.com/excludes: LnNwZWMucGFja2FnZXNbXS5zb3VyY2UucmVnaXN0cnkKLnNwZWMucGFja2FnZXNbXS5zb3VyY2UucmVwb3NpdG9yeQo=
eksa.aws.com/signature: MEUCIQD4irCi3lxXqZlVGC5TKFdha41Y7xC3kblQw+39UWVQgQIgWnyB8fOQVTg8/Z0/mVk6TwOAGLBX1ZoicFYf6vOGuiQ=
name: v1-22-5
namespace: eksa-packages
spec:
packages:
- name: hello-eks-anywhere
source:
registry: public.ecr.aws/eks-anywhere
repository: hello-eks-anywhere
versions:
- digest: sha256:540125e8089d7fd45b7881a6d3d4b19aa8e3048eac91b80700fc0930bb39886d
name: 0.1.1-f78bf0f83fc6986478cab1336de8c411647c2096
- name: harbor
source:
registry: public.ecr.aws/eks-anywhere
repository: harbor/harbor-helm
versions:
- digest: sha256:9fdf9d04b87ea396c737b4bfecc133dcc4c19e32af0f0e3c3ab8c8beabeacacb
name: 2.5.0-4324383d8c5383bded5f7378efb98b4d50af827b
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
logLevel: 4
upgradeCheckInterval: "24h"
activeBundle: "v1-22-5"
source:
registry: {{.Values.sourceRegistry}}
repository: eks-anywhere-packages-bundles