Skip to content

Commit

Permalink
Replace kinvolk by headlamp-k8s in a lot of content (#954)
Browse files Browse the repository at this point in the history
* Replace kinvolk by headlamp-k8s in a lot of content

We have recently moved the org from kinvolk to headlamp-k8s but we
left certain things still mentioning the kinvolk org because there
are redirects in place, but they don't work for certain things like
git clones, container registries, etc.
  • Loading branch information
joaquimrocha authored Feb 14, 2023
1 parent 6b12e9d commit 7dab8e3
Show file tree
Hide file tree
Showing 23 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-artifacts-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: build-helper
- uses: actions/checkout@v2.3.3
with:
repository: kinvolk/headlamp
repository: headlamp-k8s/headlamp
ref: ${{ github.event.inputs.buildBranch }}
path: headlamp
- name: Setup nodejs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: docker.io
IMAGE_NAME: kinvolk/headlamp-extension
IMAGE_NAME: headlamp-k8s/headlamp-extension
jobs:
build_and_push_docker_extension:
name: Build docker extension
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
* Docs change 2
<!-- end-release-notes -->
**Container image:** :whale: [ghcr.io/kinvolk/headlamp:v${{ github.event.inputs.releaseName }}](https://github.com/kinvolk/headlamp/pkgs/container/headlamp)
**Container image:** :whale: [ghcr.io/headlamp-k8s/headlamp:v${{ github.event.inputs.releaseName }}](https://github.com/headlamp-k8s/headlamp/pkgs/container/headlamp)
**Desktop Apps:**
:penguin: [Flatpak / Linux (AMD64)](https://flathub.org/apps/details/io.kinvolk.Headlamp)
:penguin: Linux AppImage [AMD64](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-x64.AppImage), [ARM64](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-arm64.AppImage), [ARMv7l](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-armv7l.AppImage)
:penguin: Linux Tarball [AMD64](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-x64.tar.gz), [ARM64](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-arm64.tar.gz), [ARMv7l](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-armv7l.tar.gz)
:penguin: Debian / Linux [AMD64](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/headlamp_${{ github.event.inputs.releaseName }}-1_amd64.deb)
:green_apple: [Mac (AMD64)](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-mac-x64.dmg)
:green_apple: [Mac (ARM/M1)](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-mac-arm64.dmg)
:blue_square: [Windows (AMD64)](https://github.com/kinvolk/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-win-x64.exe)
:penguin: Linux AppImage [AMD64](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-x64.AppImage), [ARM64](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-arm64.AppImage), [ARMv7l](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-armv7l.AppImage)
:penguin: Linux Tarball [AMD64](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-x64.tar.gz), [ARM64](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-arm64.tar.gz), [ARMv7l](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-linux-armv7l.tar.gz)
:penguin: Debian / Linux [AMD64](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/headlamp_${{ github.event.inputs.releaseName }}-1_amd64.deb)
:green_apple: [Mac (AMD64)](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-mac-x64.dmg)
:green_apple: [Mac (ARM/M1)](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-mac-arm64.dmg)
:blue_square: [Windows (AMD64)](https://github.com/headlamp-k8s/headlamp/releases/download/v${{ github.event.inputs.releaseName }}/Headlamp-${{ github.event.inputs.releaseName }}-win-x64.exe)
env:
GITHUB_REPOSITORY: $GITHUB_REPOSITORY
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export GO111MODULE

SERVER_EXE_EXT ?=
DOCKER_CMD ?= docker
DOCKER_REPO ?= ghcr.io/kinvolk
DOCKER_REPO ?= ghcr.io/headlamp-k8s
DOCKER_EXT_REPO ?= docker.io/kinvolk
DOCKER_IMAGE_NAME ?= headlamp
DOCKER_IMAGE_VERSION ?= $(shell git describe --tags --always --dirty)
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Headlamp was created to be a Kubernetes web UI that has the traditional function
web UIs/dashboards available (i.e. to list and view resources) as well as other features.

<div align="center">
<img src="https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/videos/headlamp_quick_run.gif" width="80%">
<img src="https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/videos/headlamp_quick_run.gif" width="80%">
</div>

## Features
Expand All @@ -25,16 +25,16 @@ web UIs/dashboards available (i.e. to list and view resources) as well as other

<table>
<tr>
<td width="33%"><img src="https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/cluster_overview.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/cluster_chooser.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/cluster_overview.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/cluster_chooser.png"></td>
</tr>
<tr>
<td width="33%"><img src="https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/nodes.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/resource_edition.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/nodes.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/resource_edition.png"></td>
</tr>
<tr>
<td width="33%"><img src="https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/editor_documentation.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/terminal.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/editor_documentation.png"></td>
<td width="33%"><img src="https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/terminal.png"></td>
</tr>
</table>

Expand Down Expand Up @@ -80,7 +80,7 @@ in the Kubernetes Slack.
## Roadmap

If you are interested in the direction of the project, we maintain a
[Roadmap](https://github.com/kinvolk/headlamp/projects/2) for it with the
[Roadmap](https://github.com/headlamp-k8s/headlamp/projects/2) for it with the
biggest changes planned so far.

## License
Expand Down
4 changes: 2 additions & 2 deletions app/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,12 @@ function getDefaultAppMenu(): AppMenu[] {
{
label: i18n.t('Open an Issue'),
id: 'original-open-issue',
url: 'https://github.com/kinvolk/headlamp/issues',
url: 'https://github.com/headlamp-k8s/headlamp/issues',
},
{
label: i18n.t('About'),
id: 'original-about',
url: 'https://github.com/kinvolk/headlamp',
url: 'https://github.com/headlamp-k8s/headlamp',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.15.0",
"description": "Easy-to-use and extensible Kubernetes web UI",
"main": "electron/main.js",
"homepage": "https://github.com/kinvolk/headlamp/#readme",
"homepage": "https://github.com/headlamp-k8s/headlamp/#readme",
"productName": "Headlamp",
"scripts": {
"compile-electron": "babel electron --out-dir electron/ --extensions .ts",
Expand Down
14 changes: 7 additions & 7 deletions app/windows/chocolatey/headlamp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<metadata>
<id>headlamp</id>
<version>0.15.0</version>
<packageSourceUrl>https://github.com/kinvolk/headlamp/tree/main/app/windows/chocolatey</packageSourceUrl>
<packageSourceUrl>https://github.com/headlamp-k8s/headlamp/tree/main/app/windows/chocolatey</packageSourceUrl>
<title>Headlamp</title>
<authors>Kinvolk</authors>
<projectUrl>https://github.com/kinvolk/headlamp/</projectUrl>
<iconUrl>http://rawcdn.githack.com/kinvolk/headlamp/main/frontend/public/apple-touch-icon.png</iconUrl>
<licenseUrl>https://github.com/kinvolk/headlamp/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/headlamp-k8s/headlamp/</projectUrl>
<iconUrl>http://rawcdn.githack.com/headlamp-k8s/headlamp/main/frontend/public/apple-touch-icon.png</iconUrl>
<licenseUrl>https://github.com/headlamp-k8s/headlamp/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/kinvolk/headlamp/</projectSourceUrl>
<projectSourceUrl>https://github.com/headlamp-k8s/headlamp/</projectSourceUrl>
<docsUrl>https://headlamp.dev/docs/latest/</docsUrl>
<bugTrackerUrl>https://github.com/kinvolk/headlamp/issues</bugTrackerUrl>
<bugTrackerUrl>https://github.com/headlamp-k8s/headlamp/issues</bugTrackerUrl>
<tags>headlamp kubernetes ui gui dashboard devops</tags>
<summary>An easy-to-use and extensible graphical UI for Kubernetes.</summary>
<description><![CDATA[
Expand Down Expand Up @@ -44,7 +44,7 @@ permissions, you may not be able to view your cluster resources correctly.
See the documentation on [how to easily get a Service Account token](https://headlamp.dev/docs/latest/installation#create-a-service-account-token) for your cluster.
]]></description>
<releaseNotes>See release notes at the [Github releases page](https://github.com/kinvolk/headlamp/releases)</releaseNotes>
<releaseNotes>See release notes at the [Github releases page](https://github.com/headlamp-k8s/headlamp/releases)</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion app/windows/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$headlampVersion = '0.15.0'
$url = "https://github.com/kinvolk/headlamp/releases/download/v${headlampVersion}/Headlamp-${headlampVersion}-win-x64.exe"
$url = "https://github.com/headlamp-k8s/headlamp/releases/download/v${headlampVersion}/Headlamp-${headlampVersion}-win-x64.exe"
$checksum = '3dcee47552506f265b4b855f51f5e2d9286133c4d8beca9dad5022eccf03edf8'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion backend/cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"strings"

"github.com/kinvolk/headlamp/backend/pkg/config"
"github.com/headlamp-k8s/headlamp/backend/pkg/config"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kinvolk/headlamp/backend
module github.com/headlamp-k8s/headlamp/backend

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion backend/pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

"github.com/kinvolk/headlamp/backend/pkg/config"
"github.com/headlamp-k8s/headlamp/backend/pkg/config"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
6 changes: 3 additions & 3 deletions charts/headlamp/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
name: headlamp
description: Headlamp is an easy-to-use and extensible Kubernetes web UI.
icon: https://raw.githubusercontent.com/kinvolk/headlamp/main/docs/headlamp_light.svg
home: https://github.com/kinvolk/headlamp/tree/main/deploy/helm
icon: https://raw.githubusercontent.com/headlamp-k8s/headlamp/main/docs/headlamp_light.svg
home: https://github.com/headlamp-k8s/headlamp/tree/main/deploy/helm
type: application
keywords:
- kubernetes
- plugins
- kinvolk
- headlamp
sources:
- https://github.com/kinvolk/headlamp
- https://github.com/headlamp-k8s/headlamp
- https://kinvolk.io/
maintainers:
- name: kinvolk
Expand Down
6 changes: 3 additions & 3 deletions charts/headlamp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Headlamp is an easy-to-use and extensible Kubernetes web UI.

**Homepage:** <https://github.com/kinvolk/headlamp/tree/main/charts/headlamp>
**Homepage:** <https://github.com/headlamp-k8s/headlamp/tree/main/charts/headlamp>

## TL;DR

Expand All @@ -22,7 +22,7 @@ $ helm install my-headlamp headlamp/headlamp --namespace kube-system

## Source Code

* <https://github.com/kinvolk/headlamp>
* <https://github.com/headlamp-k8s/headlamp>
* <https://kinvolk.io/>

### Headlamp parameters
Expand All @@ -35,7 +35,7 @@ $ helm install my-headlamp headlamp/headlamp --namespace kube-system
| fullnameOverride | string | `""` | Overrides the full name of the chart |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent |
| image.registry | string | `"ghcr.io"` | Container image registry |
| image.repository | string | `"kinvolk/headlamp"` | Container image name |
| image.repository | string | `"headlamp-k8s/headlamp"` | Container image name |
| image.tag | string | `""` | Container image tag, If "" uses appVersion in Chart.yaml |
| imagePullSecrets | list | `[]` | An optional list of references to secrets in the same namespace to use for pulling any of the images used |
| ingress.annotations | object | `{}` | Annotations for Ingress resource |
Expand Down
2 changes: 1 addition & 1 deletion charts/headlamp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- Container image registry
registry: ghcr.io
# -- Container image name
repository: kinvolk/headlamp
repository: headlamp-k8s/headlamp
# -- Image pull policy. One of Always, Never, IfNotPresent
pullPolicy: IfNotPresent
# -- Container image tag, If "" uses appVersion in Chart.yaml
Expand Down
14 changes: 7 additions & 7 deletions docker-extension/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
FROM ghcr.io/kinvolk/headlamp:v0.13.0 as headlamp
FROM ghcr.io/headlamp-k8s/headlamp:v0.15.0 as headlamp

FROM scratch
FROM scratch

LABEL org.opencontainers.image.title="Headlamp" \
org.opencontainers.image.description="An easy-to-use and extensible web UI for Kubernetes." \
org.opencontainers.image.vendor="kinvolk" \
com.docker.desktop.extension.api.version=">= 0.2.0" \
com.docker.extension.screenshots='[{"alt":"Cluster overview","url":"https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/cluster_overview.png"},{"alt":"Cluster Chooser","url":"https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/cluster_chooser.png"},{"alt":"Nodes list","url":"https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/nodes.png"},{"alt":"Resource Editor","url":"https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/resource_edition.png"},{"alt":"Editor Documentation","url":"https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/editor_documentation.png"},{"alt":"Terminal","url":"https://raw.githubusercontent.com/kinvolk/headlamp/screenshots/screenshots/terminal.png"}]' \
com.docker.extension.screenshots='[{"alt":"Cluster overview","url":"https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/cluster_overview.png"},{"alt":"Cluster Chooser","url":"https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/cluster_chooser.png"},{"alt":"Nodes list","url":"https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/nodes.png"},{"alt":"Resource Editor","url":"https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/resource_edition.png"},{"alt":"Editor Documentation","url":"https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/editor_documentation.png"},{"alt":"Terminal","url":"https://raw.githubusercontent.com/headlamp-k8s/headlamp/screenshots/screenshots/terminal.png"}]' \
com.docker.extension.detailed-description="Headlamp is an easy-to-use and extensible Kubernetes web UI. Headlamp was created to be a Kubernetes web UI that has the traditional functionality of other web UIs/dashboards available (i.e. to list and view resources) as well as other features." \
com.docker.extension.publisher-url="https://headlamp-k8s.github.io/headlamp" \
com.docker.extension.additional-urls="https://github.com/kinvolk/headlamp" \
com.docker.extension.changelog="Please visit https://github.com/kinvolk/headlamp/releases for detailed changelog" \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/kinvolk/headlamp/main/frontend/public/apple-touch-icon.png" \
com.docker.extension.additional-urls='[{"title":"Repository","url":"https://github.com/kinvolk/headlamp"},{"title":"Documentation","url":"https://headlamp.dev/docs/latest/"}]'
com.docker.extension.additional-urls="https://github.com/headlamp-k8s/headlamp" \
com.docker.extension.changelog="Please visit https://github.com/headlamp-k8s/headlamp/releases for detailed changelog" \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/headlamp-k8s/headlamp/main/frontend/public/apple-touch-icon.png" \
com.docker.extension.additional-urls='[{"title":"Repository","url":"https://github.com/headlamp-k8s/headlamp"},{"title":"Documentation","url":"https://headlamp.dev/docs/latest/"}]'

COPY headlamp.svg .
COPY metadata.json .
Expand Down
2 changes: 1 addition & 1 deletion docker-extension/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
headlamp:
image: ghcr.io/kinvolk/headlamp:v0.13.0
image: ghcr.io/headlamp-k8s/headlamp:v0.13.0
command: ["--kubeconfig","/headlamp/config/config"]
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ read those guidelines.

## Filing an issue or feature request

Please use the [project's issue tracker](https://github.com/kinvolk/headlamp/issues) for filing any bugs you find or features
Please use the [project's issue tracker](https://github.com/headlamp-k8s/headlamp/issues) for filing any bugs you find or features
you think are useful.

## Translations
Expand Down
Loading

0 comments on commit 7dab8e3

Please sign in to comment.