Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
update chart appVersion to v0.1.162 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: wlynch <wlynch@users.noreply.github.com>
  • Loading branch information
chainguardian and wlynch authored Sep 8, 2023
1 parent e34de31 commit 7ebf312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/enforce-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description: |
Documentation for the chart can be found [here](https://edu.chainguard.dev/chainguard/chainguard-enforce/chainguard-enforce-kubernetes/alternative-installation-methods/).
type: application
version: 0.0.60
appVersion: v0.1.160
version: 0.0.61
appVersion: v0.1.162
keywords:
- chainguard
home: https://chainguard.dev
Expand Down
2 changes: 1 addition & 1 deletion charts/enforce-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![Version: 0.0.60](https://img.shields.io/badge/Version-0.0.60-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.160](https://img.shields.io/badge/AppVersion-v0.1.160-informational?style=flat-square)
![Version: 0.0.61](https://img.shields.io/badge/Version-0.0.60-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.162](https://img.shields.io/badge/AppVersion-v0.1.162-informational?style=flat-square)

A helm chart for Chainguard's Enforce Agent.

Expand Down
4 changes: 2 additions & 2 deletions charts/enforce-agent/templates/enforce-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ spec:
serviceAccountName: controller
containers:
- name: controller
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.160@sha256:6043b21596e414038c2982e4d3605b7f5ffa5ea72b21cff88ba5f150bcc7a605
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.162@sha256:a0ac4fb409da738a3a4b46061a622e3f7efd2c1552924efbabb934942b4943fa
resources:
requests:
cpu: 50m
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
# The STS container is responsible for normalizing federated OIDC
# tokens by using `chainctl auth login [...] --refresh` with the
# "sts-in" identity token.
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.160@sha256:7fb061bcc71600a2ff1f3e7f9629382fca2f1e278b22cecbdc6d52a96a4fabf0
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.162@sha256:6776062a586d7af30004898caddb5f05272e266f5dcb6c4591256dd290a64e76
readinessProbe:
exec:
command:
Expand Down

0 comments on commit 7ebf312

Please sign in to comment.