Skip to content

Commit

Permalink
cut release 0.3.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuscscp authored Jan 15, 2024
1 parent cdfc371 commit 51dabac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ this Google Service Account. Because of that, this Google Service Account needs
binds the IAM Role `roles/iam.workloadIdentityUser` to the Kubernetes ServiceAccount. When using
the Helm Chart, the Kubernetes ServiceAccount is created with the name `gke-metadata-server`, and
the namespace (where both the DaemonSet and the ServiceAccount are created) is defined via the Helm
Values (default: `kube-system`). The next sections gives details on how to grant roles to the
Values (default: `kube-system`). The next section gives details on how to grant roles to the
federated Kubernetes ServiceAccounts.

### Configure GCP Workload Identity Federation for Kubernetes
Expand Down
4 changes: 2 additions & 2 deletions helm/gke-metadata-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.0"
appVersion: "0.3.1"

0 comments on commit 51dabac

Please sign in to comment.