Skip to content

Commit

Permalink
Merge pull request #140 from luc99hen/charts-1.4
Browse files Browse the repository at this point in the history
support for v1.4 openyurt release
  • Loading branch information
rambohe-ch authored Nov 8, 2023
2 parents c4425d6 + bee0a5d commit c680901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/raven-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.0
version: 0.1.1

# 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/raven-agent/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
data:
enable-l3-tunnel: "true"
enable-l7-proxy: "true"
enable-l7-proxy: "false"
kind: ConfigMap
metadata:
name: raven-cfg
Expand Down
2 changes: 1 addition & 1 deletion charts/raven-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ containerEnv:
name: raven-agent-config
vpn:
driver: libreswan
forwardNodeIP: false
forwardNodeIP: true
# raven-agent requires a unique vpn psk
# You can generate one with the command:
# 'openssl rand -hex 64'
Expand Down

0 comments on commit c680901

Please sign in to comment.