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

chore(chart): bump chart to 7.3.2 and api to 1.5.0 #8969

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0fd4005
chore(chart): bump chart to 7.3.2 and api to 1.5.0
floreks Apr 15, 2024
b141eea
primer borrador automatización
jdarguello Apr 25, 2024
980ab4f
Merge branch 'kubernetes:master' into action/test
JhoanAlvear Apr 25, 2024
c366dc2
Cambios para descripcion
JhoanAlvear Apr 25, 2024
553556e
Merge pull request #5 from bancolombia/cambiosjhoan
JhoanAlvear Apr 25, 2024
5663433
Update update-pull-request.yml
JhoanAlvear Apr 25, 2024
144050f
Cambios para descripcion se retira el agregado
JhoanAlvear Apr 25, 2024
10a3355
Merge pull request #6 from bancolombia/cambiosjhoan
JhoanAlvear Apr 25, 2024
0911022
se agrega cambio en intro
JhoanAlvear Apr 25, 2024
dcff628
Merge pull request #8 from bancolombia/cambiosjhoan
JhoanAlvear Apr 25, 2024
02faba7
remove line
JhoanAlvear Apr 25, 2024
97a2cf3
remove line
JhoanAlvear Apr 25, 2024
b567423
Merge pull request #10 from bancolombia/cambiosjhoan
JhoanAlvear Apr 26, 2024
9ce000e
Merge branch 'action/test' of https://github.com/bancolombia/kubernet…
JhoanAlvear Apr 26, 2024
9516df6
Se realizan cambios para prueba
JhoanAlvear Apr 26, 2024
6ca715e
Se realizan cambios para prueba
JhoanAlvear Apr 26, 2024
6b6956f
Merge pull request #11 from bancolombia/release/7.3.3
JhoanAlvear Apr 26, 2024
09b02b2
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
6e3f816
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
88369d6
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
a238e43
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
1e14dcc
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
ab2d563
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
7b1b5b0
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
f566dae
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
2c25784
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
5ffd3e1
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
2ace448
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
05ccfc3
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
c1897bc
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
9b15675
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
eed5522
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
0e59440
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
467fe5a
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
4f257f7
Update update-pull-request.yml
JhoanAlvear Apr 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Actualización del repo oficial sobre la customización
on:
pull_request:
types:
- opened
branches:
- 'release/**'
- 'action/**'
env:
kube_dash_url: https://github.com/kubernetes/dashboard
jobs:
actualizar-sobre-ultimo-repo:
name: update
runs-on: ubuntu-latest
steps:
- name: Clonar última versión del repo oficial
uses: actions/checkout@v4
- name: Agregar remoto del repo oficial
run: git remote add kube-dash ${{ env.kube_dash_url }}
- name: Obtener cambios del repo oficial
run: git fetch kube-dash release/7.3.2
- name: Configurar identidad de usuario de Git
run: |
git config --global user.email "${{ github.event.pull_request.user.email }}"
git config --global user.name "${{ github.event.pull_request.user.login }}"
- name: Actualizar rama local desde el repositorio oficial
run: |
git fetch kube-dash release/7.3.2
git checkout -B release/7.3.2 kube-dash/release/7.3.2
- name: Empujar cambios a la rama
run: git push origin HEAD
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to Kubernetes. We are excited about the prospect of you joining our [com

_As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities._

## Getting Started
## Getting Started EKS

To learn more about the project, please read through the following documents:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://codecov.io/github/kubernetes/dashboard/coverage.svg?branch=master)](https://codecov.io/github/kubernetes/dashboard?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/kubernetes/dashboard/blob/master/LICENSE)

## Introduction
## Introduction

Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.

Expand All @@ -16,7 +16,7 @@ can be considered an app version now.

![Dashboard UI workloads page](docs/images/overview.png)

## Installation
## Installation to eks

Kubernetes Dashboard supports only Helm-based installation currently as it is faster and gives us better control
over all dependencies required by Dashboard to run. We now use a single-container, DBless [Kong](https://hub.docker.com/r/kong/kong-gateway) installation
Expand Down