Skip to content

Commit

Permalink
Merge pull request #17 from elinesterov/eli/update-to-a-new-container
Browse files Browse the repository at this point in the history
Updating container version of demo app to v0.2.2
  • Loading branch information
elinesterov authored Sep 24, 2023
2 parents fe98ff4 + dcad36e commit f8ace9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/spiffe-demo-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: spiffe-demo-app
description: A Helm chart to install spiffe-demo-app
type: application
version: 0.3.4
version: 0.3.5
5 changes: 3 additions & 2 deletions charts/spiffe-demo-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spiffe-demo-app

![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart to install spiffe-demo-app

Expand All @@ -14,10 +14,11 @@ A Helm chart to install spiffe-demo-app
| app.spiffeCSIDriverVolume | bool | `false` | Add SPIFFE CSIdirver volume |
| app.spiffeSocketMountPathDir | string | `"/spiffe-workload-api"` | SPIFFE Workload API socket mount path |
| app.spiffeSocketName | string | `"agent.sock"` | SPIFFE Workload API socket name exposed by the agent the resulting default socket path will be /spiffe-workload-api/agent.sock spiffeSocketName is a filename from the socket path for the agent |
| busyboxImage | string | `"busybox"` | Image used for busybox when enabled |
| image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
| image.registry | string | `"ghcr.io"` | The OCI registry to pull the image from |
| image.repository | string | `"elinesterov/spiffe-demo-app"` | The repository within the registry |
| image.tag | string | `"v0.2.1"` | The image tag to pull |
| image.tag | string | `"v0.2.2"` | The image tag to pull |
| service | object | `{"port":80,"type":"LoadBalancer"}` | The service type to use |
| spiffeCSIDriver | object | `{"enabled":false}` | SPIFFE CSI driver support |
| spiffeCSIDriver.enabled | bool | `false` | Enable/disable SPIFFE CSI driver support |
Expand Down
2 changes: 1 addition & 1 deletion charts/spiffe-demo-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
# -- The repository within the registry
repository: elinesterov/spiffe-demo-app
# -- The image tag to pull
tag: v0.2.1
tag: v0.2.2
# -- The image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit f8ace9e

Please sign in to comment.