Skip to content

Commit

Permalink
fix: typo (#560)
Browse files Browse the repository at this point in the history
This typo was leading to me scratching my head for a while on why the
operator can't get the `ocirepositories` although the role needed is
already there. cc: @dirien

---------

Co-authored-by: Engin Diri <[email protected]>
  • Loading branch information
budimanjojo and dirien authored Mar 10, 2024
1 parent f98e3f6 commit aec0d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/pulumi-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ icon: https://www.pulumi.com/logos/brand/avatar-on-white.svg

type: application

version: 0.7.1
version: 0.7.2
appVersion: 1.14.0

keywords:
Expand All @@ -25,7 +25,7 @@ maintainers:
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- add cluster role and fluxcd crd rules to role
- Fix type in CRD
artifacthub.io/images: |
- name: pulumi-kubernetes-operator
image: docker.io/pulumi-kubernetes-operator:v1.14.0
Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/pulumi-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red ⚙

![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-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)
![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)

## Description 📜

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

```bash
helm install pulumi-kubernetes-operator oci://ghcr.io/pulumi/helm-charts/pulumi-kubernetes-operator --version 0.7.0
helm install pulumi-kubernetes-operator oci://ghcr.io/pulumi/helm-charts/pulumi-kubernetes-operator --version 0.7.2
```

## Usage
Expand All @@ -27,7 +27,7 @@ helm repo update
To install the chart with the release name `pulumi-kubernetes-operator` run:

```bash
helm install pulumi-kubernetes-operator pulumi-kubernetes-operator/pulumi-kubernetes-operator --version 0.7.0
helm install pulumi-kubernetes-operator pulumi-kubernetes-operator/pulumi-kubernetes-operator --version 0.7.2
```

After a few seconds, the `pulumi-kubernetes-operator` should be running.
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/pulumi-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rules:
- list
- update
- apiGroups:
- source.toolkit.fluxcd.io'
- source.toolkit.fluxcd.io
resources:
- '*'
verbs:
Expand Down

0 comments on commit aec0d10

Please sign in to comment.