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.168 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: k4leung4 <k4leung4@users.noreply.github.com>
  • Loading branch information
chainguardian and k4leung4 authored Sep 19, 2023
1 parent 968e896 commit a41eb70
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.67
appVersion: v0.1.167
version: 0.0.68
appVersion: v0.1.168
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.67](https://img.shields.io/badge/Version-0.0.67-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.167](https://img.shields.io/badge/AppVersion-v0.1.167-informational?style=flat-square)
![Version: 0.0.68](https://img.shields.io/badge/Version-0.0.68-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.168](https://img.shields.io/badge/AppVersion-v0.1.168-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.167@sha256:3091de81153673497992c834d9eb40d9747d6027435bfff8a89b640e2488de30
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.168@sha256:b8d65b9bc685a6227641184a3a150da5c9ebedc1b4e5860153400258aa6e49a2
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.167@sha256:f4c0805f021e9d9be85029ec52f0ff48c9d9badac7f7b17f28c5d845c20847a3
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.168@sha256:32a7da22723169166841bcebdf4316679141eeffed94db9815bdeffaf72decce
readinessProbe:
exec:
command:
Expand Down

0 comments on commit a41eb70

Please sign in to comment.