Skip to content

Commit

Permalink
[skip-ci] Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed May 7, 2021
1 parent af34810 commit ea50bd4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: jira-service-desk-operator.v0.0.42
name: jira-service-desk-operator.v0.0.43
namespace: jira-service-desk-operator-system
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.7.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand All @@ -147,7 +147,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: CONFIG_SECRET_NAME
value: jira-service-desk-config
image: stakater/jira-service-desk-operator:v0.0.42
image: stakater/jira-service-desk-operator:v0.0.43
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -227,8 +227,8 @@ spec:
provider:
name: stakater
url: https://stakater.com
replaces: jira-service-desk-operator.v0.0.41
version: 0.0.42
replaces: jira-service-desk-operator.v0.0.42
version: 0.0.43
webhookdefinitions:
- admissionReviewVersions:
- v1beta1
Expand Down
4 changes: 2 additions & 2 deletions charts/jira-service-desk-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sources:
- https://github.com/stakater/jira-service-desk-operator

# Helm chart Version
version: 0.0.42
version: 0.0.43

# Application version to be deployed
appVersion: 0.0.42
appVersion: 0.0.43

keywords:
- stakater
Expand Down
2 changes: 1 addition & 1 deletion charts/jira-service-desk-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: stakater/jira-service-desk-operator
tag: v0.0.42
tag: v0.0.43
pullPolicy: IfNotPresent
imagePullSecrets: []

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: stakater/jira-service-desk-operator
newTag: v0.0.42
newTag: v0.0.43

0 comments on commit ea50bd4

Please sign in to comment.