Skip to content

Commit

Permalink
Update cozystack-installer.yaml (#453)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated the `cozystack` and `darkhttpd` container images to version
`v0.17.1`, enhancing application performance and security.
- **Bug Fixes**
- Ensured the application retains its configuration settings for optimal
operation within the Kubernetes environment.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
mrkhachaturov authored Oct 23, 2024
1 parent 7eb8864 commit b894930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/cozystack-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
serviceAccountName: cozystack
containers:
- name: cozystack
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.17.0"
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.17.1"
env:
- name: KUBERNETES_SERVICE_HOST
value: localhost
Expand All @@ -87,7 +87,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: darkhttpd
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.17.0"
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.17.1"
command:
- /usr/bin/darkhttpd
- /cozystack/assets
Expand Down

0 comments on commit b894930

Please sign in to comment.