Project

General

Profile

Actions

action #112517

closed

coordination #112454: [epic] Kubernetes testing

Create our own Helm Chart for Helm tests

Added by jlausuch about 2 years ago. Updated almost 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
2022-06-15
Due date:
% Done:

0%

Estimated time:

Description

We are currently testing Helm package together with Helm Chart from bitnami.
test: https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/containers/helm.pm

    # Add repo, search and show values
    assert_script_run("helm repo add bitnami https://charts.bitnami.com/bitnami", 180);
    assert_script_run("helm repo update", 180);
    assert_script_run("helm search repo apache");
    assert_script_run("helm show all $chart");

During a team call, there was an idea of creating our own Helm Chart to not depend on upstream potential moving parts.

The goal of this ticket is to create a new Helm Chart to be used for our tests. Implementation is up to the assignee of this ticket and could be discussed over a team call or Pull Request.


Related issues 1 (0 open1 closed)

Related to Containers - action #112511: [Investigation] Check Helm deployment TTL and apply it to our testResolvedpdostal2022-06-15

Actions
Actions #1

Updated by ilausuch about 2 years ago

  • Status changed from Workable to In Progress
  • Assignee set to ilausuch
Actions #2

Updated by ilausuch about 2 years ago

  • Status changed from In Progress to Workable
  • Assignee deleted (ilausuch)
Actions #3

Updated by ilausuch about 2 years ago

After a meeting, we decided that we'll create a very simple helm chart. That has an implicit TTL allowing to the pod (as a Job) die by itself

Actions #4

Updated by pdostal almost 2 years ago

  • Assignee set to pdostal
Actions #5

Updated by pdostal almost 2 years ago

  • Related to action #112511: [Investigation] Check Helm deployment TTL and apply it to our test added
Actions #6

Updated by pdostal almost 2 years ago

  • Status changed from Workable to In Progress
Actions #7

Updated by pdostal almost 2 years ago

  • Status changed from In Progress to Resolved

Pull requests 1 and 2 merged and works in OSD today.

Actions

Also available in: Atom PDF