Skip to content

Release 0.38#697

Merged
gianlucam76 merged 12 commits intoprojectsveltos:release-0.38from
gianlucam76:release-0.38
Sep 19, 2024
Merged

Release 0.38#697
gianlucam76 merged 12 commits intoprojectsveltos:release-0.38from
gianlucam76:release-0.38

Conversation

@gianlucam76
Copy link
Copy Markdown
Member

No description provided.

gianlucam76 and others added 12 commits September 11, 2024 16:22
(chore): Advance golang to v1.22.7
Post releases v0.38.1/v0.38.0
Prepare dev to main merge
Merge pull request #689 from gianlucam76/main
- Docker Hub

Created a file with this content

```
{"auths":{"https://registry-1.docker.io/v1/":{"username":"REDACTED","password":"REDACTED","email":"REDACTED","auth":"username:token base64"}}}
```

then created Secret with it

```
kubectl create secret regcred --from-file=.dockerconfigjson=<file created above> --type=kubernetes.io/dockerconfigjson
```

finally the ClusterProfile HelmChart section

```yaml
 helmCharts:
 - repositoryURL:  oci://registry-1.docker.io/gianlucam76
   ...
   registryCredentialsConfig:
     credentials:
       name: regcred
       namespace: default
```

- Harbor

Created a file with this content

```
{"auths":{"https://harbor.XXXX.k8s.civo.com":{"auth":"username:password base64"}}}
```

then created a Secret with it

```
kubectl create secret generic credentials --from-file=config.json=secret_harbor_content.yaml
```

finally the ClusterProfile HelmChart section

```yaml
 helmCharts:
 - repositoryURL:  oci://harbor.XXXX.k8s.civo.com/library
   ...
   registryCredentialsConfig:
     insecureSkipTLSVerify: true
     credentials:
       name: credentials
       namespace: default
```
Prepare for release v0.38.2
@gianlucam76 gianlucam76 merged commit 94e720f into projectsveltos:release-0.38 Sep 19, 2024
@gianlucam76 gianlucam76 deleted the release-0.38 branch September 19, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant