Skip to content

Commit

Permalink
Add package repository files for 2.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 22, 2024
1 parent 6593cee commit 0f012f2
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
name: cluster-essentials.educates.dev.2.7.3
spec:
refName: cluster-essentials.educates.dev
version: 2.7.3
releasedAt: "2024-08-15T08:00:55Z"
valuesSchema:
openAPIv3:
type: object
additionalProperties: false
properties:
clusterPackages:
type: object
additionalProperties: false
properties:
contour:
type: object
additionalProperties: false
properties:
enabled:
type: boolean
default: true
settings:
nullable: true
default: {}
kyverno:
type: object
additionalProperties: false
properties:
enabled:
type: boolean
default: true
settings:
nullable: true
default: {}
metacontroller:
type: object
additionalProperties: false
properties:
enabled:
type: boolean
default: false
settings:
nullable: true
default: {}
clusterInfrastructure:
type: object
additionalProperties: false
properties:
provider:
type: string
default: ""
clusterSecurity:
type: object
additionalProperties: false
properties:
policyEngine:
type: string
default: none
template:
spec:
fetch:
- imgpkgBundle:
image: ghcr.io/vmware-tanzu-labs/educates-cluster-essentials:2.7.3
template:
- ytt:
paths:
- config
- kbld:
paths:
- .imgpkg/images.yml
- '-'
deploy:
- kapp:
rawOptions:
- --app-changes-max-to-keep=5
Loading

0 comments on commit 0f012f2

Please sign in to comment.