Skip to content

Commit

Permalink
prepare to release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malaskowski committed Sep 4, 2023
1 parent 1e9ae43 commit 0b70b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WebSight Charts
![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.19.0](https://img.shields.io/badge/AppVersion-1.19.0-informational?style=flat-square)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.19.0](https://img.shields.io/badge/AppVersion-1.19.0-informational?style=flat-square)

This chart bootstraps WebSight CMS deployment on a Kubernetes cluster using the Helm package manager.

Expand Down Expand Up @@ -105,7 +105,7 @@ The command removes all the Kubernetes components associated with the chart and
| nginx.image.tag | string | `"1.23.3"` | Web Server project image tag |
| nginx.livenessProbe.enabled | bool | `true` | enables WebSight Nginx pods liveness probe |
| nginx.livenessProbe.failureThreshold | int | `6` | |
| nginx.livenessProbe.initialDelaySeconds | int | `30` | |
| nginx.livenessProbe.initialDelaySeconds | int | `5` | |
| nginx.livenessProbe.periodSeconds | int | `5` | |
| nginx.livenessProbe.successThreshold | int | `1` | |
| nginx.livenessProbe.timeoutSeconds | int | `1` | |
Expand Down
2 changes: 1 addition & 1 deletion websight-cms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: websight-cms
description: This chart bootstraps WebSight CMS deployment on a Kubernetes cluster using the Helm package manager.
type: application
version: 1.4.4
version: 1.5.0
appVersion: "1.19.0"

0 comments on commit 0b70b8b

Please sign in to comment.