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
| `deploymentLabels` | Add extra labels to the Deployment object | `{}` |
362
362
| `deploymentAnnotations` | Add extra annotations to the Deployment object | `{}` |
363
363
| `logLevel` | Set application log level | `INFO` |
364
-
| `usePasswordFile` | Mount all sensitive information as files | `true` |
364
+
| `usePasswordFiles` | Mount all sensitive information as files | `true` |
365
365
| `versionStoreType` | Set version store type. The chart natively supports JDBC_POSTGRESQL, ROCKSDB and IN_MEMORY. Any other type requires you to add the configuration in configOverrides and secretConfigOverrides. | `JDBC_POSTGRESQL` |
@@ -622,6 +622,10 @@ Find more information about how to deal with common errors related to Bitnami's
622
622
623
623
## Upgrading
624
624
625
+
### To 2.0.0
626
+
627
+
Value `usePasswordFile` has been renamed as `usePasswordFiles` to be aligned with the rest of the catalog. Its default value has changed from `false` to `true`.
628
+
625
629
### To 1.1.0
626
630
627
631
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).
@@ -644,4 +648,4 @@ Unless required by applicable law or agreed to in writing, software
644
648
distributed under the License is distributed on an "AS IS" BASIS,
645
649
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
646
650
See the License for the specific language governing permissions and
Copy file name to clipboardexpand all lines: bitnami/nessie/values.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -167,9 +167,9 @@ deploymentAnnotations: {}
167
167
## @param logLevel Set application log level
168
168
##
169
169
logLevel: INFO
170
-
## @param usePasswordFile Mount all sensitive information as files
170
+
## @param usePasswordFiles Mount all sensitive information as files
171
171
##
172
-
usePasswordFile: true
172
+
usePasswordFiles: true
173
173
## @param versionStoreType Set version store type. The chart natively supports JDBC_POSTGRESQL, ROCKSDB and IN_MEMORY. Any other type requires you to add the configuration in configOverrides and secretConfigOverrides.
0 commit comments