Skip to content

Commit

Permalink
Release for version 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Oct 29, 2024
1 parent d255717 commit 32bb5ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bundle/manifests/istio-fortsa.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
createdAt: "2024-10-27T21:24:58Z"
createdAt: "2024-10-29T01:53:03Z"
operators.operatorframework.io/builder: operator-sdk-v1.36.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: istio-fortsa.v0.0.6
name: istio-fortsa.v0.0.13
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/hercynium/istio-fortsa:v0.0.6
image: ghcr.io/hercynium/istio-fortsa:v0.0.13
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -219,4 +219,4 @@ spec:
minKubeVersion: 1.24.0
provider:
name: istio-fortsa
version: 0.0.6
version: 0.0.13
2 changes: 1 addition & 1 deletion chart/istio-fortsa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/hercynium/istio-fortsa
tag: 0.0.5
tag: v0.0.13
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/hercynium/istio-fortsa
newTag: v0.0.6
newTag: v0.0.13

0 comments on commit 32bb5ba

Please sign in to comment.