Skip to content

Commit

Permalink
fix README.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Apr 1, 2022
1 parent a6d55b9 commit 7ffca69
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/amazon-eks-pod-identity-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: amazon-eks-pod-identity-webhook
description: A Kubernetes webhook for pods that need AWS IAM access
version: 1.0.0
version: 1.0.1
type: application
appVersion: "v0.4.0"
home: https://github.com/aws/amazon-eks-pod-identity-webhook/
Expand All @@ -22,4 +22,4 @@ keywords:
- aws-pod-identity-webhook
annotations:
artifacthub.io/changes: |
- "Initial Release"
- "[Changes]: Fix typo in README.md"
2 changes: 1 addition & 1 deletion charts/amazon-eks-pod-identity-webhook/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

```shell
helm repo add jkroepke https://jkroepke.github.io/helm-charts/
$ helm install {{ template "chart.name" $ }} jkroepke/{{ template "chart.name" $ }}
helm install {{ template "chart.name" $ }} jkroepke/{{ template "chart.name" $ }}
```

{{ template "chart.maintainersSection" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak-config-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keycloak-config-cli
description: Import JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
home: https://github.com/adorsys/keycloak-config-cli
version: 1.2.1
version: 1.2.2
appVersion: 5.0.0
maintainers:
- name: jkroepke
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak-config-cli/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

```shell
helm repo add jkroepke https://jkroepke.github.io/helm-charts/
$ helm install {{ template "chart.name" $ }} jkroepke/{{ template "chart.name" $ }}
helm install {{ template "chart.name" $ }} jkroepke/{{ template "chart.name" $ }}
```

{{ template "chart.maintainersSection" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/values/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: values
description: Pipeline the yaml from the values. Useful to deploy custom resources through Terraform.
home: https://github.com/jkroepke/helm-charts
version: 1.0.1
version: 1.0.2
maintainers:
- name: jkroepke
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/values/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

```shell
helm repo add jkroepke https://jkroepke.github.io/helm-charts/
$ helm install {{ template "chart.name" $ }} jkroepke/{{ template "chart.name" $ }}
helm install {{ template "chart.name" $ }} jkroepke/{{ template "chart.name" $ }}
```

{{ template "chart.maintainersSection" . }}
Expand Down

0 comments on commit 7ffca69

Please sign in to comment.