Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/helm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.13.3
version: v3.15.0

- name: Install helm-unittest plugin
run: helm plugin install https://github.com/helm-unittest/helm-unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version v1.0.0

- name: Lint Helm chart
run: helm lint charts/iap
Expand Down
2 changes: 1 addition & 1 deletion charts/iap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ env:
# ITENTIAL_WEBSERVER_HTTPS_CERT: "/etc/ssl/certs/platform/server.crt"

# The set of allowed SSL/TLS protocol versions.
# ITENTIAL_WEBSERVER_HTTPS_SECURE_PROTOCOL: "TLSv1_2_method"
# ITENTIAL_WEBSERVER_HTTPS_SECURE_PROTOCOL: "TLS_method"

# The allowed SSL/TLS cipher suite.
# ITENTIAL_WEBSERVER_HTTPS_CIPHERS: "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA"
Expand Down