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 vib action #1164

Merged
merged 1 commit into from
Mar 27, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/helm-vib-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- uses: vmware-labs/vmware-image-builder-action@0.4.7
- uses: vmware-labs/vmware-image-builder-action@0.5.0
2 changes: 1 addition & 1 deletion .github/workflows/helm-vib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: vmware-labs/vmware-image-builder-action@0.4.7
- uses: vmware-labs/vmware-image-builder-action@0.5.0
with:
pipeline: ${{ matrix.target-pipeline }}
env:
Expand Down
4 changes: 2 additions & 2 deletions helm/sealed-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Sealed Secrets are "one-way" encrypted K8s Secrets that can be created by anyone
- [Upgrading](#upgrading)
- [To 2.0.0](#to-200)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END doctoc generated TOC please keep comment here to allow auto-update -->

## TL;DR

Expand All @@ -37,7 +37,7 @@ Bitnami charts for Helm are carefully engineered, actively maintained and are th

This chart bootstraps a [Sealed Secret Controller](https://github.com/bitnami-labs/sealed-secrets) Deployment in [Kubernetes](http://kubernetes.io) using the [Helm](https://helm.sh) package manager.

Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for the deployment and management of Helm Charts in clusters.

## Prerequisites

Expand Down