Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jun 20, 2020
1 parent 702ca25 commit e9ad71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/webhookrelay-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: webhookrelay-operator
description: Webhook Relay Operator to deploy agents and manage routing configurations
description: Webhook Relay Operator provides an easy way to receive webhooks to an internal Kubernetes cluster without configuring public IP or load balancer

icon: https://webhookrelay.com/images/logo.png
keywords:
Expand Down Expand Up @@ -29,7 +29,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.1.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/webhookrelay-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: webhookrelay/webhookrelay-operator
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.2.0"
tag: "0.3.1"

credentials:
key: ""
Expand Down

0 comments on commit e9ad71b

Please sign in to comment.