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

Update carvel package to v2.12.0 #1293

Merged
merged 1 commit into from
Aug 17, 2023
Merged
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
8 changes: 4 additions & 4 deletions carvel/package.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
name: "sealedsecrets.bitnami.com.2.11.0"
name: "sealedsecrets.bitnami.com.2.12.0"
spec:
refName: "sealedsecrets.bitnami.com"
version: "2.11.0"
version: "2.12.0"
valuesSchema:
openAPIv3:
title: Chart Values
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
tag:
type: string
description: Sealed Secrets image tag (immutable tags are recommended)
default: v0.23.0
default: v0.23.1
pullPolicy:
type: string
description: Sealed Secrets image pull policy
Expand Down Expand Up @@ -424,7 +424,7 @@ spec:
spec:
fetch:
- imgpkgBundle:
image: ghcr.io/bitnami-labs/sealed-secrets-carvel:sha256-2fcd014eab7877bba7ec295e928a19ef18ab4d9643bb2dea07a8f9e92ac94e1e.imgpkg
image: ghcr.io/bitnami-labs/sealed-secrets-carvel:sha256-24b95a0df834fb46af38f5d4511d6fce0526ee4c12f03a039fc3bc02bafc3694.imgpkg
template:
- helmTemplate:
path: sealed-secrets
Expand Down