You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"description": "specifies whether the chart path is remote, or exists on the host filesystem. `remote: true` implies `skipBuildDependencies: true`.",
"x-intellij-html-description": "specifies whether the chart path is remote, or exists on the host filesystem. <code>remote: true</code> implies <code>skipBuildDependencies: true</code>.",
"description": "specifies whether the chart path is remote, or exists on the host filesystem.",
"x-intellij-html-description": "specifies whether the chart path is remote, or exists on the host filesystem.",
"default": "false"
},
"setFiles": {
Expand DownExpand Up
@@ -1283,10 +1283,15 @@
},
"skipBuildDependencies": {
"type": "boolean",
"description": "should build dependencies be skipped.",
"x-intellij-html-description": "should build dependencies be skipped.",
"description": "should build dependencies be skipped. Ignored when `remote: true`.",
"x-intellij-html-description": "should build dependencies be skipped. Ignored when <code>remote: true</code>.",
"default": "false"
},
"upgradeOnChange": {
"type": "boolean",
"description": "specifies whether to upgrade helm chart on code changes. Default is `true` when helm chart is local (`remote: false`). Default is `false` if `remote: true`.",
"x-intellij-html-description": "specifies whether to upgrade helm chart on code changes. Default is <code>true</code> when helm chart is local (<code>remote: false</code>). Default is <code>false</code> if <code>remote: true</code>."
},
"useHelmSecrets": {
"type": "boolean",
"description": "instructs skaffold to use secrets plugin on deployment.",
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote helm charts should not be upgraded by default #3274
Remote helm charts should not be upgraded by default #3274
Changes from all commits
e7593b1
05b2a71
dd8d6f9
fdbf65b
c70e124
4ad5dfa
b2f3b60
fa592cb
177d376
b576b75
2ee194f
6ff6b6e
d43417a
e91323f
7dc4557
8285de2
a659e91
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing