Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[internal] Fix hook generate web hook certs #116

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions .werf/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
image: bundle
from: registry.deckhouse.io/base_images/scratch@sha256:b054705fcc9f2205777d80a558d920c0b4209efdc3163c22b5bfcb5dda1db5fc
fromCacheVersion: 20240830154106
fromCacheVersion: 20241228154106
import:
# Rendering .werf/images-digests.yaml is required!
- image: images-digests
Expand All @@ -27,4 +27,4 @@ git:
- monitoring
- openapi
- templates
- Chart.yaml
- module.yaml
10 changes: 7 additions & 3 deletions .werf/python-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Python deps image, required to download dependencies and put it to the final module image (bundle)
---
image: python-dependencies
from: registry.deckhouse.io/base_images/alpine:3.16.3
fromCacheVersion: 20240830154106
from: registry.deckhouse.io/base_images/alt:p11@sha256:c396cd7348a48f9236413e2ef5569223c15e554c0a3ca37f9d92fb787d4f1893
git:
- add: /
to: /
includePaths:
- lib/python
stageDependencies:
setup:
- lib/python/requirements.txt

shell:
beforeInstall:
- apk add --no-cache python3 py3-pip
- apt-get update
- apt-get install -y python3 python3-module-pip-run
setup:
- pip3 install -r /lib/python/requirements.txt -t /lib/python/dist
6 changes: 0 additions & 6 deletions Chart.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions lib/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
deckhouse==0.4.9
deckhouse==0.4.11
dotmap==1.3.30
PyYAML==6.0.1
PyYAML==6.0.2
kubernetes==28.1.0
pyOpenSSL==24.3.0
bcrypt==4.1.3
3 changes: 3 additions & 0 deletions module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: sds-node-configurator
weight: 900
description: "SDS node configurator"
Loading