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 Jan 6, 2021
1 parent caa4ba0 commit bee9d93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bundle/manifests/slack-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: slack-operator.v0.0.18
name: slack-operator.v0.0.19
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: CONFIG_SECRET_NAME
value: slack-secret
image: stakater/slack-operator:v0.0.18
image: stakater/slack-operator:v0.0.19
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -198,8 +198,8 @@ spec:
provider:
name: stakater
url: https://stakater.com
replaces: slack-operator.v0.0.17
version: 0.0.18
replaces: slack-operator.v0.0.18
version: 0.0.19
webhookdefinitions:
- admissionReviewVersions:
- v1beta1
Expand Down
4 changes: 2 additions & 2 deletions charts/slack-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sources:
- https://github.com/stakater/slack-operator

# Helm chart Version
version: 0.0.18
version: 0.0.19

# Application version to be deployed
appVersion: 0.0.18
appVersion: 0.0.19

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

image:
repository: stakater/slack-operator
tag: v0.0.18
tag: v0.0.19
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/slack-operator
newTag: v0.0.18
newTag: v0.0.19

0 comments on commit bee9d93

Please sign in to comment.