[bitnami/appsmith] Release 0.1.1 (#13749)

* [bitnami/appsmith] Release 0.1.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-29 21:15:12 +01:00
committed by GitHub
parent 1d369f29fb
commit c578f7c802
4 changed files with 29 additions and 12 deletions

View File

@@ -7,6 +7,6 @@ dependencies:
version: 13.5.0
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.0
digest: sha256:c4ad0862d8590d1b205755cc75c80999854607ef4b74c4de428f9ef8a8f716df
generated: "2022-11-23T12:29:10.005924+01:00"
version: 2.2.1
digest: sha256:788b3e116f7650557987906e033fc3281b98b2ccc8de89fb913cbec926bf6906
generated: "2022-11-28T13:37:32.723178759Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: CMS
apiVersion: v2
appVersion: 1.8.8
appVersion: 1.8.10
dependencies:
- condition: redis.enabled
name: redis
@@ -30,4 +30,4 @@ name: appsmith
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/appsmith
- https://github.com/appsmithorg/appsmith/
version: 0.1.0
version: 0.1.1

View File

@@ -7,7 +7,7 @@ Appsmith is an open source platform for building and maintaining internal tools,
[Overview of Appsmith](https://www.appsmith.com/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -64,6 +64,7 @@ The command removes all the Kubernetes components associated with the chart and
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
### Common parameters
| Name | Description | Value |
@@ -81,14 +82,18 @@ The command removes all the Kubernetes components associated with the chart and
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
| `image.registry` | Appsmith image registry | `docker.io` |
| `image.repository` | Appsmith image repository | `bitnami/appsmith` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.8.10-debian-11-r0` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.8.10-debian-11-r2` |
| `image.digest` | Appsmith image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `image.pullPolicy` | Appsmith image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Appsmith image pull secrets | `[]` |
| `image.debug` | Enable Appsmith image debug mode | `false` |
### Appsmith common paramters
### Appsmith Client Parameters
| Name | Description | Value |
@@ -151,6 +156,7 @@ The command removes all the Kubernetes components associated with the chart and
| `client.sidecars` | Add additional sidecar containers to the Appsmith client pod(s) | `[]` |
| `client.initContainers` | Add additional init containers to the Appsmith client pod(s) | `[]` |
### Appsmith Client Traffic Exposure Parameters
| Name | Description | Value |
@@ -181,6 +187,7 @@ The command removes all the Kubernetes components associated with the chart and
| `client.ingress.secrets` | Custom TLS certificates as secrets | `[]` |
| `client.ingress.extraRules` | Additional rules to be covered with this ingress record | `[]` |
### Appsmith Backend Parameters
| Name | Description | Value |
@@ -252,6 +259,7 @@ The command removes all the Kubernetes components associated with the chart and
| `backend.sidecars` | Add additional sidecar containers to the Appsmith backend pod(s) | `[]` |
| `backend.initContainers` | Add additional init containers to the Appsmith backend pod(s) | `[]` |
### Appsmith Backend Traffic Exposure Parameters
| Name | Description | Value |
@@ -268,6 +276,7 @@ The command removes all the Kubernetes components associated with the chart and
| `backend.service.sessionAffinity` | Control where backend requests go, to the same pod or round-robin | `None` |
| `backend.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
### Backend Persistence Parameters
| Name | Description | Value |
@@ -283,6 +292,7 @@ The command removes all the Kubernetes components associated with the chart and
| `backend.persistence.selector` | Selector to match an existing Persistent Volume for WordPress data PVC | `{}` |
| `backend.persistence.dataSource` | Custom PVC data source | `{}` |
### Appsmith RTS Parameters
| Name | Description | Value |
@@ -345,6 +355,7 @@ The command removes all the Kubernetes components associated with the chart and
| `rts.sidecars` | Add additional sidecar containers to the Appsmith rts pod(s) | `[]` |
| `rts.initContainers` | Add additional init containers to the Appsmith rts pod(s) | `[]` |
### Appsmith RTS Traffic Exposure Parameters
| Name | Description | Value |
@@ -361,6 +372,7 @@ The command removes all the Kubernetes components associated with the chart and
| `rts.service.sessionAffinity` | Control where rts requests go, to the same pod or round-robin | `None` |
| `rts.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
### Init Container Parameters
| Name | Description | Value |
@@ -368,13 +380,14 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r53` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r56` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Other Parameters
| Name | Description | Value |
@@ -384,6 +397,7 @@ The command removes all the Kubernetes components associated with the chart and
| `serviceAccount.annotations` | Additional Service Account annotations (evaluated as a template) | `{}` |
| `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
### External MongoDB parameters
| Name | Description | Value |
@@ -396,6 +410,7 @@ The command removes all the Kubernetes components associated with the chart and
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the database credentials | `""` |
| `externalDatabase.existingSecretPasswordKey` | Name of an existing secret key containing the database credentials | `""` |
### External Redis parameters
| Name | Description | Value |
@@ -406,6 +421,7 @@ The command removes all the Kubernetes components associated with the chart and
| `externalRedis.existingSecret` | Name of an existing secret resource containing the Redis credentials | `""` |
| `externalRedis.existingSecretPasswordKey` | Name of an existing secret key containing the Redis credentials | `""` |
### Redis sub-chart parameters
| Name | Description | Value |
@@ -418,6 +434,7 @@ The command removes all the Kubernetes components associated with the chart and
| `redis.auth.password` | Redis password | `""` |
| `redis.auth.existingSecret` | Name of a secret containing the Redis password | `""` |
### MongoDB sub-chart parameters
| Name | Description | Value |
@@ -430,7 +447,7 @@ The command removes all the Kubernetes components associated with the chart and
| `mongodb.containerPorts.mongodb` | MongoDB container port (used by the headless service) | `27017` |
| `mongodb.arbiter.enabled` | Enable Arbiter nodes in the ReplicaSet | `false` |
See https://github.com/bitnami-labs/readme-generator-for-helm to create the table.
The above parameters map to the env variables defined in [bitnami/appsmith](https://github.com/bitnami/containers/tree/main/bitnami/appsmith). For more information please refer to the [bitnami/appsmith](https://github.com/bitnami/containers/tree/main/bitnami/appsmith) image documentation.
@@ -546,4 +563,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.8.10-debian-11-r0
tag: 1.8.10-debian-11-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1114,7 +1114,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r53
tag: 11-debian-11-r56
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.