Skip to content

Commit

Permalink
refactor(*): replace xlts.dev context with devintent
Browse files Browse the repository at this point in the history
- bump version to 0.4.0
- update verdaccio to v5.24.1
- point to devintent.github.io instead of xlts-dev.github.io chart repo
- update README
  • Loading branch information
jzolnowski authored and Splaktar committed Oct 13, 2023
1 parent c6e6a0b commit a1a024e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MIT License

Copyright (c) 2020-2021 Verdaccio
Copyright (c) 2021 XLTS.dev
Copyright (c) 2023 DevIntent

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## TL;DR;

```bash
helm repo add verdaccio-gke-charts https://xlts-dev.github.io/verdaccio-gke-charts
helm repo add verdaccio-gke-charts https://devintent.github.io/verdaccio-gke-charts/
helm repo update
helm install verdaccio-gke-charts/verdaccio-gke-charts
```
Expand Down Expand Up @@ -35,7 +35,7 @@ deployment on a [Kubernetes](https://kubernetes.io) cluster using the
### Add repository

```bash
helm repo add verdaccio-gke-charts https://xlts-dev.github.io/verdaccio-gke-charts
helm repo add verdaccio-gke-charts https://devintent.github.io/verdaccio-gke-charts
```

### Install Verdaccio chart
Expand Down
12 changes: 6 additions & 6 deletions charts/verdaccio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
description: A lightweight, private NPM proxy registry for GKE
name: verdaccio-gke-charts
version: 0.3.0
appVersion: 5.14.0
home: https://xlts-dev.github.io/verdaccio-gke-charts/
version: 0.4.0
appVersion: 5.24.1
home: https://devintent.github.io/verdaccio-gke-charts/
icon: https://cdn.verdaccio.dev/logos/default.png
sources:
- https://verdaccio.org
- https://github.com/verdaccio/verdaccio
- https://github.com/xlts-dev/verdaccio-gke-charts
- https://github.com/DevIntent/verdaccio-gke-charts
keywords:
- npm
- registry
Expand All @@ -18,6 +18,6 @@ keywords:
- nodejs
maintainers:
- name: splaktar
email: michael@xlts.dev
email: michael@devintent.com
- name: edclement
email: ed@xlts.dev
email: ed@devintent.com
2 changes: 1 addition & 1 deletion charts/verdaccio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: verdaccio/verdaccio
tag: 5.14.0
tag: 5.24.1
pullPolicy: IfNotPresent
pullSecrets: []
# - dockerhub-secret
Expand Down
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ remote: origin
chart-dirs:
- charts
chart-repos:
- verdaccio-gke-charts=https://xlts-dev.github.io/verdaccio-gke-charts/
- verdaccio-gke-charts=https://devintent.github.io/verdaccio-gke-charts/
helm-extra-args: --timeout 600s

0 comments on commit a1a024e

Please sign in to comment.