Skip to content

Commit

Permalink
chore: eventing @ 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 18, 2024
1 parent 7a5f34c commit ce545dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion staging/eventing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: eventing
version: 1.0.2
version: 1.0.3
description: |
A channel layer for Knative Eventing that uses NATS Streaming as the underlying messaging system.
home: https://github.com/knative-extensions/eventing-natss
Expand Down
4 changes: 2 additions & 2 deletions staging/eventing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serving:
# -- Enable Knative Serving
enabled: true
# -- Version of Knative Serving to install
version: 1.15.2
version: v1.15.2

# -- Knative Eventing
eventing:
Expand All @@ -19,7 +19,7 @@ eventing:
# -- Enable Knative Eventing
enabled: true
# -- Version of Knative Eventing to install
version: 1.15.1
version: v1.15.1

# -- Knative Eventing NATS Streaming
natss:
Expand Down

0 comments on commit ce545dc

Please sign in to comment.