Skip to content

Commit

Permalink
Bump tag to version-v1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: nιcнolaѕ wιlde <[email protected]>
  • Loading branch information
nicholaswilde committed Aug 18, 2021
1 parent 9f6febe commit f18dfbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/code-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: v3.11.0
version: 1.1.0
appVersion: v3.11.1
version: 1.1.1
name: code-server
description: Run VS Code on any machine anywhere and access it in the browser.
type: application
Expand All @@ -25,7 +25,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump tag to version-v3.11.0
description: Bump tag to version-v3.11.1
artifacthub.io/images: |
- name: code-server
image: ghcr.io/linuxserver/code-server:version-v3.11.0
image: ghcr.io/linuxserver/code-server:version-v3.11.1
2 changes: 1 addition & 1 deletion charts/code-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# code-server

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.11.0](https://img.shields.io/badge/AppVersion-v3.11.0-informational?style=flat-square)
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.11.1](https://img.shields.io/badge/AppVersion-v3.11.1-informational?style=flat-square)

Run VS Code on any machine anywhere and access it in the browser.

Expand Down
2 changes: 1 addition & 1 deletion charts/code-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"tag": {
"$id": "#/properties/image/properties/tag",
"default": "version-v3.11.0",
"default": "version-v3.11.1",
"description": "An explanation about the purpose of this instance.",
"title": "Image tag",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion charts/code-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
image:
repository: ghcr.io/linuxserver/code-server
pullPolicy: IfNotPresent
tag: "version-v3.11.0"
tag: "version-v3.11.1"

secret: {}
# PASSWORD: password
Expand Down

0 comments on commit f18dfbb

Please sign in to comment.