Skip to content

Commit

Permalink
tailscale-relay: bumped to v1.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Jun 27, 2024
1 parent 5defaea commit a26e498
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test: ## Test installing the charts

.PHONY: docs
docs: ## Generate charts docs
go run github.com/norwoodj/helm-docs/cmd/helm-docs@v1.11.0
go run github.com/norwoodj/helm-docs/cmd/helm-docs@v1.13.1

.PHONY: kubeconform
kubeconform: ## Lint the charts templated kubernetes values
Expand Down
4 changes: 2 additions & 2 deletions charts/tailscale-relay/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: tailscale-relay
version: 0.2.6
appVersion: v1.58.2
version: 0.2.7
appVersion: v1.68.1
description: Deploy a tailscale relay on top of kubernetes
home: https://github.com/mvisonneau/tailscale-relay-over-k8s
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/tailscale-relay/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tailscale-relay

![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![AppVersion: v1.58.2](https://img.shields.io/badge/AppVersion-v1.58.2-informational?style=flat-square)
![Version: 0.2.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![AppVersion: v1.68.1](https://img.shields.io/badge/AppVersion-v1.68.1-informational?style=flat-square)

Deploy a tailscale relay on top of kubernetes

Expand Down

0 comments on commit a26e498

Please sign in to comment.