Skip to content

Commit fb0a7f1

Browse files
authored
Prepare for v0.8.1 of helm chart (#643)
1 parent 2ca7753 commit fb0a7f1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

deploy/helm/pulumi-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ icon: https://www.pulumi.com/logos/brand/avatar-on-white.svg
99

1010
type: application
1111

12-
version: 0.8.0
13-
appVersion: 1.14.0
12+
version: 0.8.1
13+
appVersion: 1.16.0
1414

1515
keywords:
1616
- pulumi

deploy/helm/pulumi-operator/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Pulumi Kubernetes Operator - Helm Chart
22

3-
![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=for-the-badge)
4-
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/pulumi-kubernetes-operator&style=for-the-badge)](https://artifacthub.io/packages/search?repo=pulumi-kubernetes-operator)
3+
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=for-the-badge)
54

65
## Description 📜
76

@@ -12,7 +11,7 @@ A Helm chart for the Pulumi Kubernetes Operator
1211
To install the chart using the OCI artifact, run:
1312

1413
```bash
15-
helm install pulumi-kubernetes-operator oci://ghcr.io/pulumi/helm-charts/pulumi-kubernetes-operator --version 0.7.2
14+
helm install pulumi-kubernetes-operator oci://ghcr.io/pulumi/helm-charts/pulumi-kubernetes-operator --version 0.8.1
1615
```
1716

1817
After a few seconds, the `pulumi-kubernetes-operator` should be running.

0 commit comments

Comments
 (0)