Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <simone.ragonesi@sighup.io>
  • Loading branch information
R3DRUN3 committed Feb 16, 2024
1 parent 03620d5 commit 565ef3a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ Warning FailedScheduling 63s default-scheduler 0/4 nodes are available: 1 n
This repo contains a [github action](https://github.com/stackzoo/khaos/blob/main/.github/workflows/release.yaml) to publish the operator *oci image* to *github registry* when new release tags are pushed to the main branch.
In order to install the operator as a pod in the cluster you can leverage one of the *make* targets:
```console
make deploy IMG=ghcr.io/stackzoo/khaos:0.0.25
make deploy IMG=ghcr.io/stackzoo/khaos:0.0.26
```

This command will install all the required *CRDs* and *RBAC manifests* and then start the operator as a pod:
Expand All @@ -869,12 +869,12 @@ As of right now, the charts are put inside the `charts` folder and not published
The `realease` pipeline sign the operator's *OCI image* with [cosign](https://docs.sigstore.dev/signing/quickstart/).
In order to verify the signature, use the following command:
```console
cosign verify --key cosign/cosign.pub ghcr.io/stackzoo/khaos:0.0.25
cosign verify --key cosign/cosign.pub ghcr.io/stackzoo/khaos:0.0.26
```
Verification output:
```console
Verification for ghcr.io/stackzoo/khaos:0.0.25 --
Verification for ghcr.io/stackzoo/khaos:0.0.26 --
The following checks were performed on each of these signatures:
- The cosign claims were validated
- Existence of the claims in the transparency log was verified offline
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The following versions are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.0.25 | :white_check_mark: |
| < 0.0.25 | :x: |
| 0.0.26 | :white_check_mark: |
| < 0.0.26 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/stackzoo/khaos
tag: 0.0.25
tag: 0.0.26
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/stackzoo/khaos
newTag: 0.0.25
newTag: 0.0.26

0 comments on commit 565ef3a

Please sign in to comment.